From ff63f45f15996d2bc4db035d3ec15efea230e93f Mon Sep 17 00:00:00 2001 From: freakinward Date: Wed, 15 Dec 2021 14:13:24 -0500 Subject: [PATCH] cypress directory will not be linted until eslint 8 is supported - https://github.com/cypress-io/eslint-plugin-cypress/issues/89 --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 09a2efd6..5bebb9da 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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',