UNPKG

898 BYAMLView Raw
1parser: 'babel-eslint'
2env:
3 node: true
4 commonjs: true
5 es6: true
6extends: 'eslint:recommended'
7parserOptions:
8 sourceType: module
9rules:
10 linebreak-style:
11 - error
12 - unix
13 quotes:
14 - error
15 - single
16 semi:
17 - error
18 - always
19 no-unused-vars:
20 - off
21 no-inner-declarations:
22 - off
23globals:
24 log: true
25 logLinefeed: true
26 error: true
27 success: true
28 warn: true
29 info: true
30 process: true
31 it: true
32 describe: true
33 fs: true
34 sysPath: true
35 async: true
36 childProcess: true
37 leftPad: true
38 rightPad: true
39 globby: true
40 optimist: true
41 loaderUtils: true
42 extend: true
43 yaml: true
44 requireUncached: true
45 spinner: true
46 logTime: true
47 mkdirp: true
48 logError: true
49 logWarn: true
50 logInfo: true
51 logDoc: true
52 logMock: true
53 logPlain: true
54 JSON5: true
55 YKIT_COMMANDS_PATH: true
56 YKIT_RC: true
57 YKIT_CACHE_DIR: true
58 USER_HOME: true