UNPKG
@maniajs/gbxparser
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
ManiaPlanet GBX File Parser.
github.com/ManiaJS/gbxparser
ManiaJS/gbxparser
@maniajs/gbxparser
/
.eslintrc.yml
24 lines
(20 loc)
•
252 B
YAML
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
parserOptions:
ecmaVersion:
6
sourceType:
module
ecmaFeatures:
-
jsx
rules:
indent:
-
2
-
2
quotes:
-
2
-
single
semi:
-
2
-
always
env:
es6:
true
browser:
false
node:
true
extends:
'eslint:recommended'