valhalla-eslint-configuration
v1.0.1
Published
Common lib to standardize frontend's projects
Downloads
1
Readme
Setup
- Install the dependencies
npm i -D eslint valhalla-eslint-configuration
- Create a
.eslintrc.json
file extending the config:
{
"extends": "valhalla-eslint-configuration/react"
// "extends": "valhalla-eslint-configuration-frontend/node"
}