klee-contrib / eslint-config-focus

default configuration for eslint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-focus

NPM

default configuration for eslint

Perform a npm install --save-dev eslint-config-focus, then a second npm install to fetch the newly inserted dependencies.

Don' forget to update or create a .eslintrc in the root directory of your project.

{
   "extends": "focus"
}

The complete doc is on ESLINT website

About

default configuration for eslint

License:MIT License


Languages

Language:JavaScript 100.0%