Skip to content

Commit 1585ad3

Browse files
committed
Remove ember-template-lint as we have no templates
1 parent ae4acfa commit 1585ad3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/ember-bootstrap-constraint-validations/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
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",
@@ -35,7 +33,6 @@
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",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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==

0 commit comments

Comments
 (0)