-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
Add eslintConfig
to PackageJson
type
#371
Comments
We cannot possible support every config that can be put into package.json. We support TypeScript as it's only 3 fields and very popular. So not sure about this one. |
Do you actually need this or are did you just notice it was missing? |
I agree with @sindresorhus, at most it would be as part of something like Have you tried asking the ESLint project? If they reject the idea, then we can revisit it here? |
Yeah I actually do need this for another project. I've done my own implementation for the time being. There is a definition in @voxpelli makes a good point about having some sort of |
Added comment to #372, lets keep the discussion there then |
ESLint allows their configuration to be stored within the
package.json
. Seeing as TypeScript and Yarn configs are added, I think ESLint deserves a spot there as well.Upvote & Fund
The text was updated successfully, but these errors were encountered: