npm.io
0.2.1 • Published 7 years agoCLI

eslint-config-linkcs

Licence
MIT
Version
0.2.1
Deps
6
Size
2 kB
Vulns
0
Weekly
0

LinkCS's javascript eslint config

How to Use

Install

With yarn:

yarn add -D eslint-config-linkcs

or with npm:

npm install --save-dev eslint-config-linkcs

And then add in a .eslintrc file:

{
  "extends": ["linkcs"]
}

Dependencies

imports:
  - eslint: ^5.6.0
  - eslint-config-airbnb-base: 13.1.0
  - eslint-plugin-import: 2.14.0

Rules

Use airbnb's config and changes some rules:

  • Change some rules regarding the formating of the code that works better with prettier and long lines