File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "file" : {
3+ "options" : {
4+ "configFile" : " dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc" ,
5+ "reset" : true ,
6+ "useEslintrc" : false
7+ }
8+ },
9+ "test" : {
10+ "options" : {
11+ "configFile" : " dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc" ,
12+ "reset" : true ,
13+ "outputFile" : " dev/tests/static/eslint-error-report.xml" ,
14+ "format" : " junit" ,
15+ "quiet" : true
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = function (grunt) {
1717 } ;
1818
1919 grunt . registerTask ( 'static' , function ( target ) {
20- var currentTarget = target || 'test ' ,
20+ var currentTarget = target || 'file ' ,
2121 file = grunt . option ( 'file' ) ,
2222 tasks = [
2323 'eslint:' + currentTarget ,
You can’t perform that action at this time.
0 commit comments