@malven/eslint-config-react
v1.0.0
Published
Malven Co. Javascript coding standards React projects using ESLint
Downloads
2
Readme
Malven Co. ESLint Config for React
Malven Co. Javascript coding standards for React projects using ESLint
How to Use
npm i -D eslint @malven/eslint-config-react eslint-plugin-react
In your global or project-specific .eslintrc
// in .eslintrc
{
"extends": ["@malven/react"],
"settings": {
"react": {
"version": "latest"
}
}
}