UNPKG

372 BPlain TextView Raw
1{
2 "env": {
3 "node": true,
4 "es6": true
5 },
6 "globals": {
7 "_": "writable",
8 "__": "writable"
9 },
10 "parserOptions": {
11 "ecmaVersion": 2018
12 },
13 "rules": {
14 "no-unused-vars": "off",
15 "no-empty": "off",
16 "no-constant-condition": "off"
17 },
18 "extends": "eslint:recommended"
19}
\No newline at end of file