From 051791722d8516153da450c93f3616e62ca6baa5 Mon Sep 17 00:00:00 2001 From: Parker Stafford Date: Mon, 29 Apr 2024 10:09:03 -0700 Subject: [PATCH] remove .eslintignore infavor of eslint.config.js --- .eslintignore | 1 - eslint.config.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 53c37a16..00000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -dist \ No newline at end of file diff --git a/eslint.config.js b/eslint.config.js index d0e20ea3..a0989879 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -62,5 +62,6 @@ module.exports = [ version: 'detect', // React version. "detect" automatically picks the version you have installed. }, }, + ignores: ['dist/*'], }, ];