Skip to content

thinkjs/eslint-config-think

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-think

eslint config for ThinkJS 3.0

Installation

You can install ESLint using npm:

npm install eslint --save-dev

Then install this configuration:

npm install eslint-config-think --save-dev

Usage

In your .eslintrc file, add:

{
    "extends": "think"
}