Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 307 Bytes

File metadata and controls

26 lines (18 loc) · 307 Bytes

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"
}