eslint-config-tannersatch
v1.1.1
Published
My preferred eslint configs for react native.
Downloads
8
Maintainers
Readme
Preferred Settings for ESLint and Prettier
These are my preferred settings for ESLint and Prettier.
Before you get too impressed, know that the majority of this work was done by the one and only @wesbos
To see his original project without my tweaks, check out eslint-config-wesbos
Installation
Install my-project with npm at root level in your project
npx install-peerdeps --dev eslint-config-tannersatch
Extend your eslint config in your package.json
file
"eslintConfig": {
"extends": [
"tannersatch"
]
},
For more installation information and tips, check out eslint-config-wesbos