0.2.1 • Published 5 years ago

eslint-config-linkcs v0.2.1

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
5 years ago

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