Skip to content

Commit

Permalink
chore: Add data folder of main database folder in ESLint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
john-ghatas committed May 7, 2020
1 parent 85c06ee commit f932b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"eslint:recommended"
],
"ignorePatterns": [
"node_modules/"
"node_modules/",
"database/data"
],
"rules": {
"array-bracket-newline": [
Expand Down

0 comments on commit f932b2c

Please sign in to comment.