Skip to content

Commit 21963bd

Browse files
committed
AC-2700: Update grunt-eslint npm dependency
1 parent bbaa528 commit 21963bd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

dev/tools/grunt/configs/eslint.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"file": {
33
"options": {
4-
"configFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
4+
"overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
55
"rulePaths": ["vendor/magento/magento-coding-standard/eslint/rules"],
6-
"reset": true,
76
"useEslintrc": false
87
}
98
},
109
"test": {
1110
"options": {
12-
"configFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
11+
"overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
1312
"rulePaths": ["vendor/magento/magento-coding-standard/eslint/rules"],
14-
"reset": true,
1513
"outputFile": "dev/tests/static/eslint-error-report.xml",
1614
"format": "junit",
1715
"quiet": true

package.json.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"grunt-contrib-jasmine": "~1.2.0",
2121
"grunt-contrib-less": "~2.1.0",
2222
"grunt-contrib-watch": "~1.1.0",
23-
"grunt-eslint": "~23.0.0",
23+
"grunt-eslint": "~24.0.0",
2424
"grunt-exec": "~3.0.0",
2525
"grunt-replace": "~2.0.2",
2626
"grunt-styledocco": "~0.3.0",

0 commit comments

Comments
 (0)