UNPKG

216 BPlain TextView Raw
1parserOptions:
2 sourceType: "module"
3
4env:
5 es6: true
6 browser: true
7 node: true
8
9extends:
10 "eslint:recommended"
11
12rules:
13 no-cond-assign: 0
14 no-floating-decimal: 2
15 semi: 2
16 quotes:
17 - error
18 - single