4.0.0 • Published 3 years ago

eslint-config-zenflow v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

eslint-config-zenflow

A good eslint configuration

npm version CI status Code Climate maintainability LGTM alerts Known Vulnerabilities

Features

Install

Install packages:

npm install --save-dev eslint eslint-config-zenflow

# optional
npm install --save-dev typescript

Add .eslintrc file:

{
  "extends": ["zenflow"],
  "rules": { /* custom rule configs here */ }
}

Add package "scripts":

"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"lint-fix": "npm run lint -- --fix",

Optional Configure Prettier to your taste.

Optional Copy the companion .editorconfig file to the root of your project.

Recommended Enable eslint integration in your IDE of choice

4.0.0

3 years ago

3.0.0

4 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago