UNPKG
@twihike/eslint-config
Version:
latest (0.1.17)
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
My ESLint config.
github.com/twihike/config-js
twihike/config-js
@twihike/eslint-config
/
lib
/
index.js
17 lines
(16 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.exports = {
env:
{
browser:
true
,
node:
true
, },
extends:
[
'./base.js'
,
//
'./node.js'
,
//
'./browser.js'
,
'./modules.js'
,
'./typescript.js'
,
'./react.js'
,
'./jest.js'
,
'./prettier.js'
, ], };