Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 433 Bytes

eslint-config-webbylab

Eslint config that we use in WebbyLab

How to use

  1. Install config with eslint and eslint plugins
npm install --save-dev eslint-config-webbylab eslint@^4.3.0 eslint-plugin-fetch eslint-plugin-import eslint-plugin-no-require-lodash eslint-plugin-prefer-spread eslint-plugin-react@^7.1.0 eslint-plugin-more
  1. Create own .eslintrc
{
    "extends": "webbylab"
}