We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26f4dd5 + f36f44f commit 781dafbCopy full SHA for 781dafb
2 files changed
files/eslint.config.mjs
@@ -12,7 +12,7 @@
12
* npx eslint --inspect-config
13
*
14
*/
15
-import babelParser from '@babel/eslint-parser';
+import babelParser from '@babel/eslint-parser/experimental-worker';
16
import js from '@eslint/js';
17
import { defineConfig, globalIgnores } from 'eslint/config';
18
import prettier from 'eslint-config-prettier';
files/package.json
@@ -55,7 +55,7 @@
55
"@glint/tsserver-plugin": "^2.0.0<% } %>",
56
"@rollup/plugin-babel": "^6.0.4<% if (typescript) { %>",
57
"@types/qunit": "^2.19.12<% } %>",
58
- "babel-plugin-ember-template-compilation": "^2.2.5",
+ "babel-plugin-ember-template-compilation": "^4.0.0",
59
"concurrently": "^9.0.1",
60
"ember-qunit": "^9.0.2",
61
"ember-source": "^6.7.0",
0 commit comments