UNPKG

255 BPlain TextView Raw
1{
2 "extends": "airbnb/base",
3
4 "env": {
5 "mocha": true
6 },
7
8 "rules": {
9 "id-length": [2, {"min": 2, "properties": "never", "exceptions": ["n", "x", "y"]}],
10 "space-before-function-paren": [2, {"anonymous": "always", "named": "never"}]
11 }
12}