Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinkjs/eslint-config-think

Eslint config for ThinkJS 3.0
https://github.com/thinkjs/eslint-config-think

eslint eslint-config

Last synced: 20 days ago
JSON representation

Eslint config for ThinkJS 3.0

Awesome Lists containing this project

README

        

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