| Current Path : /home/rtorresani/www/dev/tools/grunt/configs/ |
| Current File : //home/rtorresani/www/dev/tools/grunt/configs/eslint.json |
{
"file": {
"options": {
"overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
"rulePaths": ["vendor/magento/magento-coding-standard/eslint/rules"],
"useEslintrc": false
}
},
"test": {
"options": {
"overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
"rulePaths": ["vendor/magento/magento-coding-standard/eslint/rules"],
"outputFile": "dev/tests/static/eslint-error-report.xml",
"format": "junit",
"quiet": true
}
}
}