Skip to content

Commit

Permalink
ci(lint): ignore test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Nov 16, 2020
1 parent 05d7ad9 commit ed7cad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"es2021": true
},
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"ignorePatterns": "./test/fixtures",
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
Expand Down

0 comments on commit ed7cad2

Please sign in to comment.