File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
"lint" : " concurrently \" yarn:lint:*(!fix)\" --names \" lint:\" " ,
28
28
"lint:fix" : " concurrently \" yarn:lint:*:fix\" --names \" fix:\" " ,
29
29
"lint:css" : " stylelint \" src/styles/**/*.scss\" " ,
30
- "lint:css:fix" : " concurrently \" yarn:lint:css -- -- fix\" " ,
30
+ "lint:css:fix" : " concurrently \" yarn:lint:css --fix\" " ,
31
31
"lint:types" : " glint" ,
32
32
"lint:hbs" : " ember-template-lint ." ,
33
33
"lint:hbs:fix" : " ember-template-lint . --fix" ,
Original file line number Diff line number Diff line change 19
19
"lint" : " concurrently \" yarn:lint:*(!fix)\" --names \" lint:\" " ,
20
20
"lint:fix" : " concurrently \" yarn:lint:*:fix\" --names \" fix:\" " ,
21
21
"lint:css" : " stylelint \" app/styles/**/*.scss\" " ,
22
- "lint:css:fix" : " concurrently \" yarn:lint:css -- -- fix\" " ,
22
+ "lint:css:fix" : " concurrently \" yarn:lint:css --fix\" " ,
23
23
"lint:hbs" : " ember-template-lint ." ,
24
24
"lint:hbs:fix" : " ember-template-lint . --fix" ,
25
25
"lint:js" : " eslint . --cache" ,
You can’t perform that action at this time.
0 commit comments