diff options
| -rw-r--r-- | .eslintignore | 2 | ||||
| -rw-r--r-- | .eslintrc.yml | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..8ec4cb0 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,2 @@ +app/static/* +node_modules/* diff --git a/.eslintrc.yml b/.eslintrc.yml index 0acf129..a1f38b0 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -17,7 +17,4 @@ rules: - single semi: - error - - always -ignorePatterns: - - 'app/static/*' - - 'node_modules/*'
\ No newline at end of file + - always
\ No newline at end of file |
