1.0.1 • Published 4 years ago

configs-alany411 v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

configs

My settings for ESLint and Prettier

Local Install

  1. Install everything needed by the config:
npx install-peerdeps --dev configs-alany411
  1. Add the property "eslintConfig": in package.json and add:
{
  "extends": ["alany411"]
}
  1. Add lint script to package.json:
"scripts": {
  "lint": "eslint . --fix"
},