UNPKG

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