UNPKG

240 BJSONView Raw
1{
2 "extends": ["eslint:recommended", "prettier"],
3 "env": {
4 "node": true,
5 "jest": true
6 },
7 "globals": {
8 "expect": true
9 },
10 "rules": {
11 "no-console": "off",
12 "no-empty": ["error", { "allowEmptyCatch": true }]
13 }
14}