5.0.1 • Published 5 months ago

eslint-config-binden-js v5.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

eslint-config-binden-js CI Status version Known Vulnerabilities code style: prettier Contributor Covenant semantic-release Conventional Commits GitHub top language Node.js version npm downloads License

Shareable ESLint config.

Installation

npm i --save-dev eslint-config-binden-js

Usage

  • Add it to your configuration file
// eslint.config.js
export { default } from "eslint-config-binden-js";
  • One can add additional configuration objects
// eslint.config.js
import config from "eslint-config-binden-js";
export default [...config, { rules: { "no-unused-vars": "off" } }];
5.0.1

5 months ago

5.0.0

7 months ago

4.0.2

7 months ago

4.0.1

10 months ago

4.0.0

11 months ago

3.0.0

1 year ago

1.0.4

1 year ago

2.0.0

1 year ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago