-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/new-flat-config #1
Conversation
* Remove all targets except one * Remove old format Eslint config * Remove AirBNB rules (used in v2, reverting to extending XO as done in v1)
…w flat config format. Needs: `npm install --force` to accept outdated peer dependency of `eslint-plugin-istanbul` see: istanbuljs/eslint-plugin-istanbul#17
(They still fail)
PS needs: `npx patch-package eslint-plugin-typescript-sort-keys --exclude` to include `package.json` changes.
* Unit tests * Cypress * Typescript definition files * Node files
Allow `console` in Node Widen Cypress glob pattern
…nit tests also, not just Cypress. (It is fine to use, but should not be committed.)
With updated and stricter tests, outdated plugin no longer required.
As we do not support untyped linting anymore anyway
* Enables JSX prop sorting too * Removes three packages (and a patch)
For cases where it is needed `@ts-expect-error` should be used with an explanation of why (that is allowed).
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.
Cool stuff. Good Job consolidating all these rules
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.
Nice. I don't really care what formatting/rules we have, only that we use the same in all repos for consistency.
This is gonna be great!
This should now be ready for review!
Package is currently not published yet, so I have only been testing with
yarn link
, I plan on publishing internally (to Nexus) next, then we can wait with open sourcing (again) until the SDK goes out.The changes:
.eslintrc.js
/.eslintignore
setup to new flat format:eslint.config.js
eslint-plugin-jsx-a11y
andconfusing-browser-globals
eslint-plugin-istanbul
Still TBD:
warn
toerror
? (can then overridden in importing packages, but not sure how far we want to go?)^
now)