UNPKG
echo-fecs
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
Front End Code Style Suite
echo-fecs
/
lib
/
css
/
config.js
11 lines
(8 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@file
CSS 检查规则配置模块 *
@author
chris<wfsr
@foxmail
.com> */
var
util =
require
(
'../util'
);
// 读取当前目录下的 json 文件,以文件名为 key 对外 export
// json 配置文件中可以使用 javascript 注释
util.
readConfigs
(__dirname,
exports
);