2.1.0 • Published 2 years ago

eslint-config-kwcon v2.1.0

Weekly downloads
1,256
License
MIT
Repository
github
Last release
2 years ago

eslint-config-kwcon

Description

This repository is home for ESLint config file used across all Consumer projects

Usage

Run:

npx install-peerdeps --dev eslint-config-kwcon

then create or edit .eslintrc file in the project to:

{
  "extends": ["eslint-config-kwcon"]
}

as a final step make sure your scripts have lint commands:

"scripts": {
    "lint": "eslint --format stylish \"./**/*.js\"",
    "lint:fix": "eslint --fix --format stylish \"./**/*.js\""
}

Good luck!

2.1.0

2 years ago

2.0.0

2 years ago

1.3.0

3 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago