eslint-config-hmdarkfir3
v0.3.1
Published
Personal Eslint Config of @hmdarkfir3
Downloads
4
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.jsonfile extending the config:
{
"extends": "eslint-config-hmdarkfir3/react-native"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
