UNPKG

207 BMarkdownView Raw
1# eslint-config-hexo
2
3ESLint config for Hexo projects
4
5## Installation
6
7``` bash
8$ npm install eslint-config-hexo --save-dev
9```
10
11## Usage
12
13In `.eslintrc`
14
15``` js
16{
17 "extends": "hexo"
18}
19```
20
21## License
22
23MIT
\No newline at end of file