1.0.8 • Published 7 years ago

eslint-config-alexkrolick v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Lint configuration for frontend development

Install

npm install --save --dev eslint-config-alexkrolick

or

yarn add --dev eslint-config-alexkrolick

Use

package.json (prettier overrides optional)

{
   "eslintConfig": {
       "extends": ["eslint-config-alexkrolick"]
   },
   "prettier": {
       "trailingComma": "es5",
       "semi": false,
       "singleQuote": true
   }
}