@theoparis/eslint-config
v1.0.3
Published
My eslint configuration
Downloads
10
Maintainers
Readme
Theo's ESLint Config
This repository contains my common eslint config as well as a specification for how I lay out my node projects.
Usage
Create a .eslintrc.json
file and add the following:
{
"extends": [
"@theoparis/eslint-config"
]
}