Skip to content

Commit

Permalink
AC-2700: Update grunt-eslint npm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Beziazychnyi committed Mar 22, 2022
1 parent bbaa528 commit 21963bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions dev/tools/grunt/configs/eslint.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"file": {
"options": {
"configFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
"overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
"rulePaths": ["vendor/magento/magento-coding-standard/eslint/rules"],
"reset": true,
"useEslintrc": false
}
},
"test": {
"options": {
"configFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
"overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
"rulePaths": ["vendor/magento/magento-coding-standard/eslint/rules"],
"reset": true,
"outputFile": "dev/tests/static/eslint-error-report.xml",
"format": "junit",
"quiet": true
Expand Down
2 changes: 1 addition & 1 deletion package.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"grunt-contrib-jasmine": "~1.2.0",
"grunt-contrib-less": "~2.1.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-eslint": "~23.0.0",
"grunt-eslint": "~24.0.0",
"grunt-exec": "~3.0.0",
"grunt-replace": "~2.0.2",
"grunt-styledocco": "~0.3.0",
Expand Down

0 comments on commit 21963bd

Please sign in to comment.