UNPKG
eslint-config-ise
Version:
latest (1.7.15)
1.7.15
1.7.14
1.7.13
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
ISE JavaScript TypeScript Node.js 规范
github.com/ise-coder/ise-fe-spec
ise-coder/ise-fe-spec
eslint-config-ise
/
rules
/
node.js
10 lines
(8 loc)
•
311 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * 本文件继承了 egg-config-egg 的 node 规则,规则由 eslint-plugin-node 提供 * @
link
https://github.com/eggjs/eslint-config-egg/blob/master/lib/rules/node.js * @
link
https://github.com/mysticatea/eslint-plugin-node */ module.exports = { extends: [
'eslint-config-egg/lib/rules/node'
], };