Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ember eslint parser #2117

Merged
merged 5 commits into from Apr 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -74,7 +74,7 @@
"dependencies": {
"@ember-data/rfc395-data": "^0.0.4",
"css-tree": "^2.3.1",
"ember-eslint-parser": "^0.3.7",
"ember-eslint-parser": "^0.4.1",
"ember-rfc176-data": "^0.3.18",
"eslint-utils": "^3.0.0",
"estraverse": "^5.3.0",
Expand Down Expand Up @@ -120,11 +120,11 @@
},
"peerDependencies": {
"eslint": ">= 8",
"typescript": "*"
"typescript-eslint/parser": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
"typescript-eslint/parser": true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't seem quite right? 🤔

}
},
"engines": {
Expand Down