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.