@hest-lab/eslint-config
v1.8.0
Published
ESLint config
Downloads
52
Readme
ESlint Config
These are settings for eslint and prettier.
Usage
Create a .eslintrc.yaml
file in your project and add the following content:
root: true
extends:
- "@hest-lab/eslint-config/.eslintrc.yaml"
To use prettier add the following line in your package.json
"prettier": "@hest-lab/eslint-config"