Skip to content

Commit

Permalink
Get linting passing (#120)
Browse files Browse the repository at this point in the history
* Upgrade deps

* Upgrade more deps

* lint:fix

* lockfiles

* oof

* Update ignore
  • Loading branch information
NullVoxPopuli authored Feb 2, 2024
1 parent 877a750 commit ce318b9
Show file tree
Hide file tree
Showing 7 changed files with 1,699 additions and 1,144 deletions.
1 change: 1 addition & 0 deletions ember-element-helper/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
node_modules/
declarations/
19 changes: 9 additions & 10 deletions ember-element-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,25 @@
"@glint/core": "1.0.2",
"@glint/environment-ember-loose": "1.0.2",
"@glint/template": "1.0.2",
"@nullvoxpopuli/eslint-configs": "2.2.36",
"@nullvoxpopuli/eslint-configs": "3.2.2",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.1.0",
"@tsconfig/ember": "^3.0.0",
"@types/rsvp": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "10.1.0",
"concurrently": "7.2.2",
"concurrently": "8.2.2",
"ember-source": "~4.12.3",
"eslint": "^7.31.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-decorator-position": "5.0.0",
"eslint-plugin-ember": "10.6.1",
"eslint-plugin-import": "2.26.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-decorator-position": "^5.0.2",
"eslint-plugin-ember": "12.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "10.0.0",
"rollup": "3.26.3",
"typescript": "5.1.6"
},
Expand Down
1 change: 0 additions & 1 deletion ember-element-helper/src/helpers/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import EmberComponent from '@ember/component';
import Helper from '@ember/component/helper';
import { assert, runInDebug } from '@ember/debug';

import { ensureSafeComponent } from '@embroider/util';

import type { ComponentLike } from '@glint/template';
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
"npm": "9.8.1"
},
"devDependencies": {
"concurrently": "^7.2.2"
},
"resolutions": {
"eslint-plugin-decorator-position": "^4.0.0"
},
"version": "0.8.3"
"concurrently": "^8.2.2"
}
}
Loading

0 comments on commit ce318b9

Please sign in to comment.