UNPKG

161 BPlain TextView Raw
1{
2 "root": true,
3
4 "extends": "airbnb",
5
6 "parserOptions": {
7 "sourceType": "script"
8 },
9
10 "rules": {
11 "strict": [2, "global"],
12 "no-var": 0
13 }
14}