repo.or.cz
/
etcher.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
v1.19.25
[etcher.git]
/
tests
/
.eslintrc.yml
blob
78399fd7d0335527a07861695434738db9b557be
1
rules:
2
require-jsdoc:
3
- off
4
no-undefined:
5
- off
6
init-declarations:
7
- off
8
no-unused-expressions:
9
- off
10
prefer-arrow-callback:
11
- off
12
no-magic-numbers:
13
- off
14
id-length:
15
- error
16
- min: 2
17
exceptions:
18
- "_"
19
- "m"