Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 240 Bytes

File metadata and controls

10 lines (10 loc) · 240 Bytes

Usage

  • install package
    • npm install -D eslint-config-madbooster-node-app@latest
  • If not using npm => 8.0.0 : Install peer dependencies by hand
  • create .eslintrc file with:
    "extends": [
      "madbooster-node-app"
    ]