@papermana/eslint-config-personal
v2.0.0
Published
Just my personal ESLint config
Downloads
2
Readme
eslint-config-personal
Just my personal ESLint config.
Is it up to date?
The rules were last revised for versions:
eslint
3.3.1eslint-plugin-react
6.1.2eslint-plugin-react-native
2.0.0
Usage
- Save this config, as well as the ESLint package:
npm i --save-dev eslint @papermana/eslint-config-personal
- Save any plugins you might need (optional):
npm i --save-dev eslint-plugin-react eslint-plugin-react-native
- In the project's ESLint configuration add the imported config(s) to the
extend
property:
"extends": "@papermana/eslint-config-personal"
"extends": [
"@papermana/eslint-config-personal",
"@papermana/eslint-config-personal/react"
],