Skip to content

Commit

Permalink
added ignorePatterns to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Dec 20, 2022
1 parent 8a62700 commit 868226f
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 @@ -9,6 +9,7 @@
"plugin:mocha/recommended",
"plugin:promise/recommended"
],
"ignorePatterns": ["/lib/**/*.*"],
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": "latest",
Expand Down

0 comments on commit 868226f

Please sign in to comment.