Skip to content

Commit

Permalink
ci: add eslint cypress/recommended (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed May 8, 2023
1 parent 411182a commit 8f31838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
"eslint:recommended",
"plugin:cypress/recommended",
"plugin:mocha/recommended"
],
"plugins": [
Expand All @@ -13,6 +14,8 @@
},
"rules": {
"indent": ["error", 2, { "SwitchCase": 1, "MemberExpression": "off" }],
// TODO: remove after https://github.com/cypress-io/cypress-example-kitchensink/issues/661 has been resolved
"cypress/unsafe-to-chain-command": "off",
"mocha/no-exclusive-tests": "error",
"mocha/no-mocha-arrows": "off"
}
Expand Down

0 comments on commit 8f31838

Please sign in to comment.