Skip to content

Commit

Permalink
Remove more unneeded transformation dependencies and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 1, 2024
1 parent 1ff702b commit 3c41176
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 236 deletions.
1 change: 0 additions & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

module.exports = {
plugins: ['prettier-plugin-ember-template-tag'],
singleQuote: true,
};
14 changes: 8 additions & 6 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"plugins": [
["@babel/plugin-transform-typescript", { "allExtensions": true, "onlyRemoveTypeImports": true, "allowDeclareFields": true }],
"@embroider/addon-dev/template-colocation-plugin",
["babel-plugin-ember-template-compilation", {
"targetFormat": "hbs",
"transforms": []
}]
[
"@babel/plugin-transform-typescript",
{
"allExtensions": true,
"onlyRemoveTypeImports": true,
"allowDeclareFields": true
}
]
]
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,14 @@
"@types/ember__debug": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^8.2.2",
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"expect-type": "^0.18.0",
"prettier": "^3.1.1",
"prettier-plugin-ember-template-tag": "^1.1.0",
"publint": "^0.2.7",
"rollup": "^4.9.1",
"rollup-plugin-copy": "^3.5.0",
Expand Down
Loading

0 comments on commit 3c41176

Please sign in to comment.