UNPKG

172 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 }
11}