Skip to content

Commit 3c41176

Browse files
committed
Remove more unneeded transformation dependencies and configuration
1 parent 1ff702b commit 3c41176

File tree

4 files changed

+8
-236
lines changed

4 files changed

+8
-236
lines changed

.prettierrc.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

33
module.exports = {
4-
plugins: ['prettier-plugin-ember-template-tag'],
54
singleQuote: true,
65
};

babel.config.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"plugins": [
3-
["@babel/plugin-transform-typescript", { "allExtensions": true, "onlyRemoveTypeImports": true, "allowDeclareFields": true }],
4-
"@embroider/addon-dev/template-colocation-plugin",
5-
["babel-plugin-ember-template-compilation", {
6-
"targetFormat": "hbs",
7-
"transforms": []
8-
}]
3+
[
4+
"@babel/plugin-transform-typescript",
5+
{
6+
"allExtensions": true,
7+
"onlyRemoveTypeImports": true,
8+
"allowDeclareFields": true
9+
}
10+
]
911
]
1012
}

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,14 @@
5454
"@types/ember__debug": "^4.0.7",
5555
"@typescript-eslint/eslint-plugin": "^6.14.0",
5656
"@typescript-eslint/parser": "^6.14.0",
57-
"babel-plugin-ember-template-compilation": "^2.2.1",
5857
"concurrently": "^8.2.2",
59-
"ember-template-lint": "^5.13.0",
6058
"eslint": "^8.56.0",
6159
"eslint-config-prettier": "^9.1.0",
6260
"eslint-plugin-ember": "^11.12.0",
6361
"eslint-plugin-n": "^16.4.0",
6462
"eslint-plugin-prettier": "^5.0.1",
6563
"expect-type": "^0.18.0",
6664
"prettier": "^3.1.1",
67-
"prettier-plugin-ember-template-tag": "^1.1.0",
6865
"publint": "^0.2.7",
6966
"rollup": "^4.9.1",
7067
"rollup-plugin-copy": "^3.5.0",

0 commit comments

Comments
 (0)