javascript icon indicating copy to clipboard operation
javascript copied to clipboard

eslint config package does too much

Open moorscode opened this issue 4 years ago • 0 comments

Explanation

In MyYoast we use the "yoast" config but have to configure stuff for the React directives configured in the package. I want to use the plain config in a project of mine, because I'm used to the standards, but I'm using TypeScript (as we do in MyYoast-server). I saw an opportunity to have it all.

Technical decisions

I've clone and copied the repository and made some changes.

https://github.com/moorscode/eslint-config-yoast-base (no React or TS, just base opinions) - Should be "yoast" - a major version bump could be the strategy. https://github.com/moorscode/eslint-config-yoast-react (just React config) https://github.com/moorscode/eslint-config-yoast-typescript (just TypeScript config)

For applied config, check out: https://github.com/moorscode/scrum-poker/pull/41

Feedback?

moorscode avatar Dec 06 '20 15:12 moorscode