diff --git a/.eslintrc.json b/.eslintrc.json index c75a0a1..0cbd648 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,7 @@ "es2021": true }, "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], + "ignorePatterns": "./test/fixtures", "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 12,