@hotelquickly/eslint-config-hotelquickly

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i @hotelquickly/eslint-config-hotelquickly

Weekly Downloads

2

Version

2.0.0

License

ISC

Last publish

Collaborators

  • hotelquickly