1.8.0 • Published 4 years ago
@hest-lab/eslint-config v1.8.0
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"