Skip to content

Commit

Permalink
cypress directory will not be linted until eslint 8 is supported - cy…
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakinWard committed Dec 15, 2021
1 parent f32bd64 commit ff63f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
parser: '@typescript-eslint/parser',
ignorePatterns: ['/cypress/**'], // TODO: remove and implement eslint-plugin-cypress when eslint 8 is supported - https://github.com/cypress-io/eslint-plugin-cypress/issues/89 parser: '@typescript-eslint/parser',
extends: [
'react-goodies',
'plugin:@typescript-eslint/eslint-recommended',
Expand Down

0 comments on commit ff63f45

Please sign in to comment.