@d3banking/eslint-config

26.3.0 • Public • Published

@d3banking/eslint-config

NPM version Downloads

This package provides D3 Banking's .eslintrc as an extensible shared config.

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint.

  1. npm install --save-dev @d3banking/eslint-config eslint
  2. add "extends": "@d3banking/eslint-config" to your .eslintrc

See D3 Banking's Javascript styleguide and the ESlint config docs for more information.

Improving this config

Consider adding test cases if you're making complicated rules changes, like anything involving regexes. Perhaps in a distant future, we could use literate programming to structure our README as test cases for our .eslintrc?

You can run tests with npm test.

You can make sure this module lints with itself using npm run lint.

Package Sidebar

Install

npm i @d3banking/eslint-config

Weekly Downloads

239

Version

26.3.0

License

MIT

Unpacked Size

124 kB

Total Files

26

Last publish

Collaborators

  • ad250620
  • jparish
  • d3veloper