2.0.0 • Published 7 years ago

@hotelquickly/eslint-config-hotelquickly v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

eslint-config-hotelquickly

Built on the eslint:recommended rules set.

How to apply to your project

  1. install eslint & @hotelquickly/eslint-config-hotelquickly in project directory npm install eslint @hotelquickly/eslint-config-hotelquickly --save-dev

  2. add the config clause to your project package.json as follows:

      "scripts": {
        "eslint": "eslint lib/**"
      },
      "eslintConfig": {
        "extends": "@hotelquickly/eslint-config-hotelquickly"
      }
  3. add .eslintignore add put there folders/files to ignore

How to run

Just execute npm run eslint

Disable rule

If you need/want to disable rule for some reason please use comment on line or at the top of source file. Pay attention at such comments during code review and rise a discussion in nodejs slack channel if you see how to improve it

2.0.0

7 years ago

1.3.0

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago