Skip to content

Commit

Permalink
ci: add eslint:recommended (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed May 3, 2023
1 parent 8b33a9f commit 53546a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"extends": [
"eslint:recommended",
"plugin:mocha/recommended"
],
"plugins": [
"cypress",
"mocha"
],
"env": {
"cypress/globals": true
"cypress/globals": true,
"node": true
},
"rules": {
"indent": ["error", 2, { "SwitchCase": 1, "MemberExpression": "off" }],
Expand Down

0 comments on commit 53546a6

Please sign in to comment.