We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa97283 commit c82de3cCopy full SHA for c82de3c
eslint.testconfig.js
@@ -5,6 +5,9 @@ import globals from "globals";
5
const config = [
6
eslintPluginImport.flatConfigs.recommended,
7
eslintPluginJs.configs.recommended,
8
+ {
9
+ "ignores": ["**/*.min.js"]
10
+ },
11
{
12
"files": ["**/*.js"],
13
"languageOptions": {
0 commit comments