1.1.0 • Published 5 years ago

eslint-config-thorocaine v1.1.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
5 years ago

eslint--config-thorocaine

My eslint rules to easily add to other projects

Usage

###Installation

npm i -D eslint--config-thorocaine

Setup

.eslint

{ "extends": "thorocaine" }

package.json

"scripts": {
    "lint": "eslint ./src --ext .ts,.tsx --color --fix"
},

Running

npm run lint