@typhoon41/eslint-config

1.0.4 • Public • Published

@typhoon41/eslint-config

Strict, shareable config for JS/TS projects usint ESLint shareable config.

To see the rules that this config uses, please read the config itself.

Installation

$ npm install --save-dev eslint @typhoon41/eslint-config

Usage

Once the @typhoon41/eslint-config package is installed, you can use it by specifying @typhoon41/eslint-config in the extends section of your ESLint configuration.

{
  "extends": "@typhoon41/eslint-config",
  "rules": {
    // Additional, per-project rules...
  }
}

License

Apache-2 © Nikola Dragićević

Readme

Keywords

Package Sidebar

Install

npm i @typhoon41/eslint-config

Weekly Downloads

0

Version

1.0.4

License

Apache-2.0

Unpacked Size

36.3 kB

Total Files

4

Last publish

Collaborators

  • typhoon41