Skip to content

Commit

Permalink
skip lint on build dir
Browse files Browse the repository at this point in the history
solves #483

solves #520
  • Loading branch information
Naseem committed May 28, 2020
1 parent c63fb60 commit 2cd8e7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Expand Up @@ -4,6 +4,9 @@
"plugin:node/recommended",
"prettier"
],
"ignorePatterns": [
"build"
],
"plugins": [
"node",
"prettier"
Expand Down

0 comments on commit 2cd8e7c

Please sign in to comment.