Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

Tram-One/eslint-config-tram-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published