2.1.0 • Published 4 years ago

eslint-config-kwcon v2.1.0

Weekly downloads
1,256
License
MIT
Repository
github
Last release
4 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

4 years ago

2.0.0

4 years ago

1.3.0

4 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago