UNPKG

125 BPlain TextView Raw
1{
2 "root": true,
3
4 "extends": "airbnb-base/legacy",
5
6 "rules": {
7 "strict": [2, "global"],
8 "vars-on-top": 0,
9 }
10}