0.2.1 • Published 7 years ago
eslint-config-linkcs v0.2.1
LinkCS's javascript eslint config
How to Use
Install
With yarn:
yarn add -D eslint-config-linkcsor with npm:
npm install --save-dev eslint-config-linkcsAnd 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.0Rules
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