Skip to content

klee-contrib/eslint-config-focus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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