-
-
Notifications
You must be signed in to change notification settings - Fork 30
Build: test on eslint v8 (fixes #175) #186
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
Changes from 6 commits
e48a468
bd074ef
1918a97
4da0f48
db7131e
490a700
a4629d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,14 +42,14 @@ | |
"@not-an-aardvark/node-release-script": "^0.1.0", | ||
"chai": "^4.1.0", | ||
"dirty-chai": "^2.0.1", | ||
"eslint": "^7.9.0", | ||
"eslint": "^8.0.0-rc.0", | ||
"eslint-config-not-an-aardvark": "^2.1.0", | ||
"eslint-plugin-markdown": "^2.0.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-self": "^1.2.1", | ||
"eslint-plugin-unicorn": "^36.0.0", | ||
"eslint-scope": "^5.1.1", | ||
"espree": "^7.3.0", | ||
"eslint-plugin-unicorn": "github:fisker/eslint-plugin-unicorn#eslint-8", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: replace the fork once it get merged and released. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we can proceed with this fork for now:
Related: qunitjs/eslint-plugin-qunit#209 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fine, let's do it! |
||
"eslint-scope": "^6.0.0", | ||
"espree": "^9.0.0", | ||
"estraverse": "^5.0.0", | ||
"lodash": "^4.17.2", | ||
"markdownlint-cli": "^0.27.1", | ||
|
Uh oh!
There was an error while loading. Please reload this page.