1.0.1 • Published 4 years ago
configs-alany411 v1.0.1
configs
My settings for ESLint and Prettier
Local Install
- Install everything needed by the config:
npx install-peerdeps --dev configs-alany411
- Add the property
"eslintConfig":
inpackage.json
and add:
{
"extends": ["alany411"]
}
- Add
lint
script topackage.json
:
"scripts": {
"lint": "eslint . --fix"
},
1.0.1
4 years ago