1.4.3 • Published 1 year ago

eslint-config-nixsys v1.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-config-nixsys

ESLint shareable config inspired by eslint-config-google

Installation

$ npm install --save-dev eslint eslint-config-nixsys

Usage

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...
  }
}

Information

1.4.3

1 year ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago