Skip to content

Commit 0018431

Browse files
committed
Remove template-lint
1 parent 17ed02f commit 0018431

4 files changed

Lines changed: 8 additions & 70 deletions

File tree

.template-lintrc.mjs

Lines changed: 0 additions & 4 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ const esmParserOptions = {
2727
};
2828

2929
export default defineConfig([
30-
globalIgnores(['dist/', 'dist-*/', 'declarations/', 'coverage/', '!**/.*']),
30+
globalIgnores([
31+
'dist/',
32+
'dist-*/',
33+
'declarations/',
34+
'coverage/',
35+
'!**/.*',
36+
'src/index.d.ts',
37+
]),
3138
js.configs.recommended,
3239
prettier,
3340
ember.configs.base,

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
3434
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm run format",
3535
"lint:format": "prettier . --cache --check",
36-
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
37-
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
3836
"lint:js": "eslint . --cache",
3937
"lint:js:fix": "eslint . --fix",
4038
"prepack": "rollup --config",
@@ -67,7 +65,6 @@
6765
"ember-qunit": "^9.0.2",
6866
"ember-source": "^6.7.0",
6967
"ember-strict-application-resolver": "^0.1.0",
70-
"ember-template-lint": "^7.9.0",
7168
"eslint": "^9.17.0",
7269
"eslint-config-prettier": "^10.1.5",
7370
"eslint-plugin-ember": "^12.3.3",

pnpm-lock.yaml

Lines changed: 0 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)