File tree 2 files changed +5
-16
lines changed
2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " plugin:@wordpress/eslint-plugin/es5" ,
3
3
"env" : {
4
- "browser" : true ,
5
- "jquery" : true
6
- },
7
- "globals" : {
8
- "Raphael" : " readonly" ,
9
- "getAnchors" : " readonly"
4
+ "browser" : true
10
5
},
11
6
"rules" : {
12
7
"camelcase" : 0 ,
13
- "eqeqeq" : 0 ,
14
- "no-mixed-operators" : 0 ,
15
- "no-redeclare" : 0 ,
16
- "no-shadow" : 0 ,
17
- "no-unused-expressions" : 0 ,
18
- "no-unused-vars" : 0 ,
19
8
"vars-on-top" : 0
20
9
}
21
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"devDependencies" : {
4
- "stylelint" : " ^14. 16.1 " ,
5
- "eslint" : " ^8.57.0 " ,
6
- "@wordpress/eslint-plugin" : " ^19.1 .0" ,
7
- "@wordpress/stylelint-config" : " ^22 .1.0"
4
+ "stylelint" : " ^16.9.0 " ,
5
+ "eslint" : " ^8.57.1 " ,
6
+ "@wordpress/eslint-plugin" : " ^21.2 .0" ,
7
+ "@wordpress/stylelint-config" : " ^23 .1.0"
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments