@cockroachlabs/eslint-config

1.1.0 • Public • Published

About

eslint-config package includes Eslint configuration which is inherited from CC Console and can/should be used as a basis for other projects (ie Db Console).

Restrictions

  • package relies on 8.x version of Eslint to support plugins that don't support 9.x version.

How to use

  • Eslint config should be defined as eslint.config.js (doesn't support old configuration version with .eslintrc.json)
const crlEslint = require("@cockroachlabs/eslint-config");

module.exports = [
  ...crlEslint.configs.all,
  {
    // custom per project config.
  }
];

Readme

Keywords

Package Sidebar

Install

npm i @cockroachlabs/eslint-config

Weekly Downloads

452

Version

1.1.0

License

MIT

Unpacked Size

6.44 kB

Total Files

4

Last publish

Collaborators

  • celiala
  • kenliu-crl
  • laurenbarker
  • davidh-crl
  • rafiss
  • rickycrl
  • james-crl
  • rail_crl
  • xinhaoz
  • dev-inf-npmjs