File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
packages/ember-bootstrap-constraint-validations Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1616 "build" : " rollup --config" ,
1717 "lint" : " npm-run-all --aggregate-output --continue-on-error --parallel \" lint:!(fix)\" " ,
1818 "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" ,
2119 "lint:js" : " eslint . --cache" ,
2220 "lint:js:fix" : " eslint . --fix" ,
2321 "start" : " rollup --config --watch" ,
3533 "@babel/plugin-syntax-decorators" : " ^7.17.0" ,
3634 "@embroider/addon-dev" : " ^1.0.0" ,
3735 "@rollup/plugin-babel" : " ^5.3.0" ,
38- "ember-template-lint" : " ^4.0.0" ,
3936 "eslint" : " ^7.32.0" ,
4037 "eslint-config-prettier" : " ^8.3.0" ,
4138 "eslint-plugin-ember" : " ^10.5.8" ,
Original file line number Diff line number Diff line change @@ -5622,7 +5622,7 @@ ember-style-modifier@^0.8.0:
56225622 ember-cli-babel "^7.26.6"
56235623 ember-modifier "^3.2.7"
56245624
5625- ember-template-lint@^4.0.0, ember-template-lint@^4. 3.0:
5625+ ember-template-lint@^4.3.0:
56265626 version "4.9.1"
56275627 resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.9.1.tgz#9faa57cfd54171fc5fb50bd41b62278b08d80a7c"
56285628 integrity sha512-ShIRqIhNbJQTzkqGUN9mLY7mOHWQs4btGV57uHSA1GooUsEK34HRQIXASTOZCWR/W3XCDEc7cv/TWXfQWlsZRQ==
You can’t perform that action at this time.
0 commit comments