From 15f751a77b4167e08631ce64a0a5272955097453 Mon Sep 17 00:00:00 2001 From: freakinward Date: Wed, 15 Dec 2021 13:59:56 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 09a2efd6..4dee5a5e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,5 @@ module.exports = { + 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',