3.0.0 • Published 1 month ago

eslint-config-binden-js v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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" } }];
3.0.0

1 month ago

1.0.4

4 months ago

2.0.0

4 months ago

1.0.3

10 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago