eslint-config-techor
v3.0.23
Published
Techor's ESLint config
Downloads
39
Maintainers
Readme
Getting Started
Skip if you have already run npm install techor
:
npm install eslint-config-techor -D
Configuration
Create a .eslintrc.yml
file in your project root and extend techor
:
extends: techor
For full configuration, check out the eslintrc.js
source code
That's it.