-
Notifications
You must be signed in to change notification settings - Fork 33
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
Use eslint-config-skuba
#81
Conversation
🦋 Changeset is good to goLatest commit: 69424b4 We got this. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
"eslint-plugin-jest": "^23.13.2", | ||
"eslint-plugin-tsdoc": "^0.2.5", |
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.
In particular, ESLint's docs seem to indicate that it shouldn't be possible to transitively bundle plugins 😕: https://eslint.org/docs/developer-guide/shareable-configs#publishing-a-shareable-config
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.
🤞
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.
Seems to work 🧙
"eslint-config-seek": "^7.0.1", | ||
"eslint-plugin-jest": "^23.13.2", | ||
"eslint-plugin-tsdoc": "^0.2.5", | ||
"eslint-config-skuba": "1.0.0", |
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.
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.
hope I don't get sued
"eslint-plugin-jest": "^23.13.2", | ||
"eslint-plugin-tsdoc": "^0.2.5", |
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 suspiciously easy; I may cut a beta release to verify it's actually working as intended.