Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 183 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 183 Bytes

Usage

  1. Run npm i --save-dev @habx/eslint-config-client
  2. Create a .eslintrc file
  3. Paste the json bellow in the .eslintrc file:
{
  "extends": ["@habx/client"]
}