Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thinkjs/eslint-config-think
- Owner: thinkjs
- License: mit
- Created: 2017-07-12T03:41:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T03:16:53.000Z (about 5 years ago)
- Last Synced: 2024-10-09T19:33:16.640Z (29 days ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```