File tree Expand file tree Collapse file tree 3 files changed +19
-28
lines changed Expand file tree Collapse file tree 3 files changed +19
-28
lines changed 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) {
17
17
} ;
18
18
19
19
grunt . registerTask ( 'static' , function ( target ) {
20
- var currentTarget = target || 'test ' ,
20
+ var currentTarget = target || 'file ' ,
21
21
file = grunt . option ( 'file' ) ,
22
22
tasks = [
23
23
'eslint:' + currentTarget ,
You can’t perform that action at this time.
0 commit comments