Skip to content

Commit

Permalink
chore(deps): migrate to eslint stylistic 1.7.2 (#833)
Browse files Browse the repository at this point in the history
replaces deprecated eslint indent rule
  • Loading branch information
MikeMcC399 committed Apr 30, 2024
1 parent c06177d commit f757f7f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"plugin:mocha/recommended"
],
"plugins": [
"@stylistic/js",
"cypress",
"mocha"
],
Expand All @@ -13,7 +14,7 @@
"node": true
},
"rules": {
"indent": ["error", 2, { "SwitchCase": 1, "MemberExpression": "off" }],
"@stylistic/js/indent": ["error", 2, { "SwitchCase": 1, "MemberExpression": "off" }],
"mocha/no-exclusive-tests": "error",
"mocha/no-skipped-tests": "error",
"mocha/no-mocha-arrows": "off"
Expand Down
42 changes: 42 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
},
"devDependencies": {
"@bahmutov/print-env": "1.3.0",
"@stylistic/eslint-plugin-js": "1.7.2",
"cypress": "13.8.1",
"eslint": "8.57.0",
"eslint-plugin-cypress": "3.0.2",
Expand Down

0 comments on commit f757f7f

Please sign in to comment.