UNPKG
@iopipe/eslint-config-iopipe
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
ESLint rules
github.com/iopipe/eslint-config-iopipe
iopipe/eslint-config-iopipe
@iopipe/eslint-config-iopipe
/
index.js
15 lines
(14 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.
exports
= { env: { browser:
true
, node:
true
}, extends: [
'./stylistic.js'
,
'./best-practices.js'
,
'./possible-errors.js'
,
'./import/index.js'
,
'./es6/index.js'
], rules: {} };