-
Notifications
You must be signed in to change notification settings - Fork 355
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
Infrastructure: Combine ESLint config at root #1602
Conversation
Regression test coverage:Examples without any regression tests:
Examples missing some regression tests:
Example pages with Keyboard or Attribute table rows that do not have data-test-ids:
SUMMARY:55 example pages found. ERROR - missing tests: Please write missing tests for this report to pass. |
615d339
to
943a146
Compare
}, | ||
"extends": ["plugin:ava/recommended"], | ||
"env": { | ||
"node": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spectranaut I added this for the no-undef
for later
1284350
to
0739a7b
Compare
@mcking65 @spectranaut I pushed down the 2 current suppressed rules to "overrides" as well. |
Pull settings from child .eslintrc.json files into "overridess" section at root.
0739a7b
to
4e85d90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, I think this is a useful clean up -- much nice to have this all in one file.
"test/tests/treeview_treeview-2b.js", | ||
"test/util/assertAriaDescribedby.js", | ||
"test/util/assertDotValue.js", | ||
"test/util/report.js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very clever! :) Do we have a backlog issue for this to track it's fix/removal? Because it's a bit awkward to leave in in the long run. The "no-undef" below has that open PR, which essentially tracks the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
edit: I just saw #1610 -- invalidating this comment because you are fixing all the undefs, unused vars. awesome :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, this could always land first so no new ones sneak in, while the other one is evaluated to see if broke anything 😆
Pull settings from child .eslintrc.json files into "overridess" section
at root.