Skip to content
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 more eslint configurations for specific applications #53

Open
ojkelly opened this issue Oct 9, 2019 · 0 comments
Open

Add more eslint configurations for specific applications #53

ojkelly opened this issue Oct 9, 2019 · 0 comments

Comments

@ojkelly
Copy link
Contributor

ojkelly commented Oct 9, 2019

A PR is incoming that will add some eslint rules themselves, along with a small config to enable them.

We should also consider creating one or more eslint configurations we can use in our projects, that we could pull in via:

module.exports = {
  plugins: ["@kablamo"],
  extends: [
    "plugin:@kablamo/recommended",
    "plugin:@kablamo/react",
  ]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant