UNPKG
matterfront
Version:
latest (1.1.1)
1.1.1
1.0.2
1.0.1
1.0.0
0.1.0
Mattermost frontend app powered by electron
github.com/lloeki/matterfront
lloeki/matterfront
matterfront
/
.eslintrc
20 lines
(17 loc)
•
201 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
env:
node:
true
browser:
true
ecmaFeatures:
blockBindings:
true
rules:
indent:
-
2
-
2
new-cap:
0
no-unused-vars:
-
2
-
args:
"none"
strict:
-
2
-
"never"