@anion155/eslint-config-react
v0.1.1
Published
Personal eslint configuration
Readme
What is this module about?
It's my personal eslint configuration. It's based on eslint-config-airbnb, uses prettier, and some other eslint plugins.
Checkout complementary configurations:
Usage
npm install --save-dev @anion155/eslint-config eslint prettier// .eslintrc.json
{
"extends": ["@anion155/eslint-config"]
}
