UNPKG

313 BJSONView Raw
1{
2 "parser": "babel-eslint",
3 "parserOptions": {
4 "ecmaFeatures": {
5 "legacyDecorators": true
6 }
7 },
8 "extends": ["airbnb-base", "prettier"],
9 "env": {
10 "node": true,
11 "mocha": true
12 },
13 "rules": {
14 "no-console": [2, { "allow": ["warn", "error"] }],
15 "no-underscore-dangle": 0
16 }
17}