File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"file" : {
3
3
"options" : {
4
- "configFile " : " vendor/magento/magento-coding-standard/eslint/.eslintrc" ,
4
+ "overrideConfigFile " : " vendor/magento/magento-coding-standard/eslint/.eslintrc" ,
5
5
"rulePaths" : [" vendor/magento/magento-coding-standard/eslint/rules" ],
6
- "reset" : true ,
7
6
"useEslintrc" : false
8
7
}
9
8
},
10
9
"test" : {
11
10
"options" : {
12
- "configFile " : " vendor/magento/magento-coding-standard/eslint/.eslintrc" ,
11
+ "overrideConfigFile " : " vendor/magento/magento-coding-standard/eslint/.eslintrc" ,
13
12
"rulePaths" : [" vendor/magento/magento-coding-standard/eslint/rules" ],
14
- "reset" : true ,
15
13
"outputFile" : " dev/tests/static/eslint-error-report.xml" ,
16
14
"format" : " junit" ,
17
15
"quiet" : true
Original file line number Diff line number Diff line change 20
20
"grunt-contrib-jasmine": "~1.2.0",
21
21
"grunt-contrib-less": "~2.1.0",
22
22
"grunt-contrib-watch": "~1.1.0",
23
- "grunt-eslint": "~23 .0.0",
23
+ "grunt-eslint": "~24 .0.0",
24
24
"grunt-exec": "~3.0.0",
25
25
"grunt-replace": "~2.0.2",
26
26
"grunt-styledocco": "~0.3.0",
You can’t perform that action at this time.
0 commit comments