UNPKG

148 BPlain TextView Raw
1{
2 "extends": "standard",
3 "rules": {
4 "indent": [2, 4]
5 },
6 "globals": {
7 "it": true,
8 "describe": true,
9 "beforeEach": true
10 }
11}