1.1.0 • Published 5 years ago

@system76/eslint-config-standard v1.1.0

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/eslint-config-standard

Then extend this in your own eslint configuration file:

module.exports = {
  extends: [
    '@system76/standard'
  ]
}

Deployment

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