UNPKG
@iflow/eslint-config
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
ESLint Configuration
@iflow/eslint-config
/
rules
/
node.js
7 lines
(6 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { rules: {
"global-require"
:
"off"
,
"no-path-concat"
:
"warn"
} };