UNPKG
supermosh
Version:
latest (1.0.1)
1.0.1
1.0.0
Datamosh in the browser
supermosh.github.io
supermosh
/
.eslintrc.yml
17 lines
(16 loc)
•
278 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
env:
browser:
true
es2021:
true
extends:
- airbnb-base
parser:
'@typescript-eslint/parser'
parserOptions:
ecmaVersion:
12
sourceType:
module
plugins:
-
'@typescript-eslint'
rules:
max-len:
off
no-
await
-
in
-
loop
:
off
no-plusplus:
off
no-restricted-syntax:
off