Skip to content

Commit c82de3c

Browse files
Ignore *.min.js
1 parent fa97283 commit c82de3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.testconfig.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import globals from "globals";
55
const config = [
66
eslintPluginImport.flatConfigs.recommended,
77
eslintPluginJs.configs.recommended,
8+
{
9+
"ignores": ["**/*.min.js"]
10+
},
811
{
912
"files": ["**/*.js"],
1013
"languageOptions": {

0 commit comments

Comments
 (0)