File tree Expand file tree Collapse file tree 3 files changed +454
-16
lines changed Expand file tree Collapse file tree 3 files changed +454
-16
lines changed Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
3
+ module . exports = {
4
+ extends : 'recommended' ,
5
+ } ;
Original file line number Diff line number Diff line change 16
16
"build" : " ember build" ,
17
17
"lint" : " npm-run-all --aggregate-output --continue-on-error --parallel \" lint:!(fix)\" " ,
18
18
"lint:fix" : " npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix" ,
19
+ "lint:hbs" : " ember-template-lint ." ,
20
+ "lint:hbs:fix" : " ember-template-lint . --fix" ,
19
21
"lint:js" : " eslint . --cache" ,
20
22
"lint:js:fix" : " eslint . --fix" ,
21
23
"start" : " ember server" ,
46
48
"ember-qunit" : " ^5.1.5" ,
47
49
"ember-resolver" : " ^5.1.3" ,
48
50
"ember-source" : " ~3.12.0" ,
51
+ "ember-template-lint" : " ^4.10.0" ,
49
52
"ember-try" : " ^2.0.0" ,
50
53
"eslint" : " ^8.13.0" ,
51
54
"eslint-config-prettier" : " ^8.4.0" ,
You can’t perform that action at this time.
0 commit comments