From e036148e9df9c5e032cb26c42614d65a6e4b3695 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:29:06 +0000 Subject: Move to .eslintignore --- .eslintignore | 2 ++ .eslintrc.yml | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .eslintignore 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 -- cgit v1.2.3-70-g09d2