Skip to content

Commit

Permalink
Remove unused dependencies as well as template-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 21, 2023
1 parent cbd9104 commit dcd6d52
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 235 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
node-version: 16.x
- name: lint:js
run: pnpm lint:js
- name: lint:hbs
run: pnpm lint:hbs

# Basic tests; we can trigger parallel runs of *everything else* iff this
# passes.
Expand Down
5 changes: 0 additions & 5 deletions .template-lintrc.js

This file was deleted.

12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"scripts": {
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel 'lint:!(fix)'",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
Expand All @@ -34,8 +32,6 @@
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/traverse": "^7.19.6",
"@babel/types": "^7.19.4",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.0.1",
"@ember/test-helpers": "^2.2.0",
Expand All @@ -44,14 +40,9 @@
"@glimmer/syntax": "0.84.3",
"@glimmer/tracking": "^1.0.3",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@types/babel__traverse": "^7.20.2",
"@types/line-column": "^1.0.0",
"@types/node": "^20.8.6",
"@types/string.prototype.matchall": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^2.6.3",
"ember-cli": "~4.12.1",
"ember-cli-babel": "^8.2.0",
Expand All @@ -60,13 +51,10 @@
"ember-cli-inject-live-reload": "^2.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.2",
"ember-maybe-import-regenerator": "^1.0.0",
"ember-page-title": "^6.2.1",
"ember-qunit": "^5.1.2",
"ember-resolver": "^10.0.0",
"ember-source": "~4.8.2",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^2.18.1",
"ember-try": "^3.0.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
Expand Down
Loading

0 comments on commit dcd6d52

Please sign in to comment.