1.4.3 • Published 2 months ago

eslint-config-nixsys v1.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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

2 months ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago