UNPKG
set-function-name
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
Set a function's name property
github.com/ljharb/set-function-name
ljharb/set-function-name
set-function-name
/
.eslintrc
22 lines
(18 loc)
•
284 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
{
"root"
:
true
,
"extends"
:
"@ljharb"
,
"rules"
:
{
"id-length"
:
"off"
,
"no-extra-parens"
:
"off"
,
}
,
"overrides"
:
[
{
"files"
:
[
"test/**/*.js"
]
,
"rules"
:
{
"id-length"
:
"off"
,
"multiline-comment-style"
:
"off"
,
"no-empty-function"
:
"off"
,
}
,
}
,
]
,
}