0.1.9 • Published 10 months ago

@switchboard-xyz/eslint-config v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Switchboard Eslint Config

Install

npm i --save-dev @switchboard-xyz/eslint-config gts

Create .eslintrc.json

{
  "extends": "@switchboard-xyz"
}

Usage

Add the following script to your package.json

{
  "lint": "gts lint ./src",
  "fix": "gts fix ./src",
  "clean": "gts clean"
}