4.0.0 • Published 5 years ago

eslint-config-tram-one v4.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

eslint-config-tram-one

This is the eslint config (used in tandem with xo) for the Tram-One Project

This config is supposed to be useful for both frameworks written for Tram-One, and web-apps using Tram-One.

Installation and Usage

First install xo and the lint config:

npm install --save-dev xo eslint-config-tram-one

Then, add the following to your package.json under scripts:

"lint": "xo"

and add the following at the end of the package.json:

"xo": {
  "extends": [
    "tram-one"
  ]
}

Finally, to use, run:

npm run lint
4.0.0

5 years ago

3.0.0

5 years ago

2.2.0

5 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago