@ctrl/eslint-config

4.0.14 • Public • Published

@ctrl/eslint-config

Not really a shareable eslint config, more of a set of rules and eslint all together. Installs all required eslint dependencies. This package was created to unify my eslint rules and reduce churn from all the eslint packages in package.json. Includes prettier and most of xo-typescript.

Extends from xo and xo-typescript and disables a few rules. Config uses 2 space indentation.

npm i @ctrl/eslint-config -D

.eslintrc

{
  "root": true,
  "env": {
    "node": true,
    "jest": true
  },
  "extends": ["@ctrl/eslint-config"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @ctrl/eslint-config

Weekly Downloads

45

Version

4.0.14

License

MIT

Unpacked Size

6.73 kB

Total Files

4

Last publish

Collaborators

  • scttcper