UNPKG
mx-tools
Version:
latest (0.3.1)
0.3.1
0.1.0
tools for mx
github.com/alcat2008/mx-tools
alcat2008/mx-tools
mx-tools
/
.eslintrc
26 lines
•
315 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"extends"
:
"airbnb"
,
"rules"
:
{
"strict"
:
[
0
]
,
"arrow-body-style"
:
[
0
]
,
"func-names"
:
[
0
]
,
"no-param-reassign"
:
[
0
]
,
"global-require"
:
[
0
]
,
"no-console"
:
[
0
]
,
"import/no-dynamic-require"
:
[
0
]
}
}