Skip to content

Commit 36a2b2c

Browse files
♻️ Remove Ember test app ESLint
Remove the Ember fixture's ESLint-only scripts, config, and dependencies after validating lint, build, peer checks, type tests, and the refreshed GitHub/Vizzly checks.
1 parent 51407ba commit 36a2b2c

3 files changed

Lines changed: 0 additions & 1045 deletions

File tree

clients/ember/test-app/eslint.config.mjs

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

clients/ember/test-app/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
"lint:format": "prettier . --cache --check",
2121
"lint:hbs": "ember-template-lint .",
2222
"lint:hbs:fix": "ember-template-lint . --fix",
23-
"lint:js": "eslint . --cache",
24-
"lint:js:fix": "eslint . --fix",
2523
"start": "vite",
2624
"test": "vite build --mode development && ember test --path dist"
2725
},
@@ -31,7 +29,6 @@
3129
},
3230
"devDependencies": {
3331
"@babel/core": "^7.29.7",
34-
"@babel/eslint-parser": "^7.29.7",
3532
"@babel/plugin-transform-runtime": "^7.29.7",
3633
"@babel/runtime": "^7.29.7",
3734
"@ember/optional-features": "^3.0.0",
@@ -45,7 +42,6 @@
4542
"@embroider/macros": "^1.20.3",
4643
"@embroider/router": "^3.0.6",
4744
"@embroider/vite": "^1.7.4",
48-
"@eslint/js": "^9.39.4",
4945
"@glimmer/component": "^2.1.1",
5046
"@rollup/plugin-babel": "^7.0.0",
5147
"@warp-drive/ember": "~5.8.2",
@@ -64,12 +60,6 @@
6460
"ember-resolver": "^13.2.0",
6561
"ember-source": "~7.0.0",
6662
"ember-template-lint": "^7.9.3",
67-
"eslint": "^9.39.4",
68-
"eslint-config-prettier": "^10.1.8",
69-
"eslint-plugin-ember": "^13.3.0",
70-
"eslint-plugin-n": "^18.0.1",
71-
"eslint-plugin-qunit": "^8.2.6",
72-
"globals": "^17.6.0",
7363
"prettier": "^3.8.3",
7464
"prettier-plugin-ember-template-tag": "^2.1.6",
7565
"qunit": "^2.25.0",

0 commit comments

Comments
 (0)