Skip to content

Commit

Permalink
Merge pull request #3 from staeco/chore/eslint-plugin-cypress
Browse files Browse the repository at this point in the history
chore: add eslint-plugin-cypress
  • Loading branch information
yocontra committed Dec 31, 2020
2 parents e012497 + 6e62907 commit 3667df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/linters/lib/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:array-func/recommended'
'plugin:array-func/recommended',
'plugin:cypress/recommended'
],
plugins: [
'babel',
Expand Down
1 change: 1 addition & 0 deletions packages/linters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"eslint-plugin-array-func": "^3.0.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-no-loops": "^0.3.0",
Expand Down

0 comments on commit 3667df6

Please sign in to comment.