1.4.3 • Published 2 years ago
eslint-config-nixsys v1.4.3
eslint-config-nixsys
ESLint shareable config inspired by eslint-config-google
Installation
$ npm install --save-dev eslint eslint-config-nixsysUsage
Once the eslint-config-nixsys package is installed, you can use it by specifying nixsys in the extends section of your ESLint configuration.
{
extends: [
'nixsys'
],
rules: {
// Additional, per-project rules...
}
}