Skip to content

k-yle/eslint-config-kyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-kyle

Build Status npm version code style

💚 The eslint config I use for all my side projects.

Usage

npm i -D eslint-config-kyle

Add the following to package.json:

{
  "eslintConfig": { "extends": "kyle" },
  "prettier": "eslint-config-kyle/prettier"
}