diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-22 14:29:06 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-22 14:29:06 +0000 |
| commit | e036148e9df9c5e032cb26c42614d65a6e4b3695 (patch) | |
| tree | edea107533f4ac620250fe9d90ff0bdb65c1caf8 | |
| parent | 508e2b5e9990b36050304699b86f5b5185a4029c (diff) | |
Move to .eslintignore
| -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 |
