File tree 4 files changed +123
-119
lines changed
4 files changed +123
-119
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ In `eslint.config.js` file:
31
31
import ultraRefined from ' eslint-config-ultra-refined' ;
32
32
33
33
export default [
34
+ {
35
+ ignores: [' dist' ], // global ignores
36
+ },
34
37
... ultraRefined,
35
38
// your modifications
36
39
{
37
- ignores: [' dist' ],
38
40
rules: {
39
41
// your modifications
40
42
},
Original file line number Diff line number Diff line change @@ -406,6 +406,7 @@ export default [
406
406
'no-template-curly-in-string' : 'error' ,
407
407
'no-throw-literal' : 'error' ,
408
408
'no-undef-init' : 'error' ,
409
+ 'no-unmodified-loop-condition' : 'warn' ,
409
410
'no-unneeded-ternary' : 'error' ,
410
411
'no-unreachable-loop' : 'error' ,
411
412
'no-unused-vars' : [
Original file line number Diff line number Diff line change 10
10
"description" : " Ultra refined ESLint shareable config 📜" ,
11
11
"devDependencies" : {
12
12
"@babel/core" : " ^7.26.0" ,
13
- "@babel/eslint-parser" : " ^7.25.9 " ,
14
- "@eslint/js" : " ^9.17 .0" ,
15
- "@stylistic/eslint-plugin" : " ^2.12.1 " ,
16
- "eslint" : " ^9.17 .0" ,
17
- "globals" : " ^15.13 .0"
13
+ "@babel/eslint-parser" : " ^7.26.5 " ,
14
+ "@eslint/js" : " ^9.18 .0" ,
15
+ "@stylistic/eslint-plugin" : " ^2.13.0 " ,
16
+ "eslint" : " ^9.18 .0" ,
17
+ "globals" : " ^15.14 .0"
18
18
},
19
19
"files" : [
20
20
" *.js"
35
35
"license" : " MIT" ,
36
36
"peerDependencies" : {
37
37
"@babel/core" : " ^7.26.0" ,
38
- "@babel/eslint-parser" : " ^7.25.9 " ,
39
- "@eslint/js" : " ^9.17 .0" ,
40
- "@stylistic/eslint-plugin" : " ^2.12.1 " ,
41
- "eslint" : " ^9.17 .0" ,
42
- "globals" : " ^15.13 .0"
38
+ "@babel/eslint-parser" : " ^7.26.5 " ,
39
+ "@eslint/js" : " ^9.18 .0" ,
40
+ "@stylistic/eslint-plugin" : " ^2.13.0 " ,
41
+ "eslint" : " ^9.18 .0" ,
42
+ "globals" : " ^15.14 .0"
43
43
},
44
44
"repository" : {
45
45
"type" : " git" ,
54
54
"type" : " module" ,
55
55
"main" : " index.js" ,
56
56
"name" : " eslint-config-ultra-refined" ,
57
- "version" : " 3.3.1 "
57
+ "version" : " 3.3.2 "
58
58
}
You can’t perform that action at this time.
0 commit comments