1.0.2 • Published 2 years ago
@lucenajr/eslint-config v1.0.2
Lucenajr ESLint config
Whats included?
- Xo config base;
Setup
- Install the dependencies
npm i -D eslint @lucenajr/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@lucenajr/eslint-config/node"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.