github.com/replicatedhq/ship@v0.55.0/web/app/cypress/.eslintrc (about) 1 { 2 "extends": "../.eslintrc", 3 "plugins": [ 4 "cypress" 5 ], 6 "env": { 7 "mocha": true, 8 "cypress/globals": true 9 } 10 }