eslint-config-hmdarkfir3
v0.3.1
Published
Personal Eslint Config of @hmdarkfir3
Downloads
8
Readme
eslint-config-hmdarkfir3
This is my personal ESLint config.
Features
The config includes these plugins by default:
Setup
- Install the dependencies
npm i -D eslint eslint-config-hmdarkfir3
- Create a
.eslintrc.json
file extending the config:
{
"extends": "eslint-config-hmdarkfir3/react-native"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.