1.1.2 • Published 5 years ago

@system76/standard v1.1.2

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

This is a System76 extension of standard that includes many plugins for tools we use in our projects. It does not change any standard rules. It does however add new ones.

Using

npm install --save-dev @system76/standard

Then add a convenience function to your package.json:

{
  "scripts": {
    "lint": "standard"
  }
}

Deployment

Simply push to master and travis will do all the work for you!