1.2.0 • Published 2 years ago
vendd-eslint-config v1.2.0
Vendd ESLint Config
Setup
- Install the dependencies
npm i -D eslint @vendd/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@vendd/eslint-config/react"
// "extends": "@vendd/eslint-config/node"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.