Skip to content

powerkernel/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

Shareable ESLint Config

Usage

Install:

npm install -D eslint eslint-config-prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser

Edit .eslintrc.js:

{
  "extends": "@powerkernel"
}