UNPKG

355 BPlain TextView Raw
1{
2 "ecmaFeatures": {
3 "arrowFunctions": true,
4 "blockBindings": true,
5 "classes": true,
6 "defaultParams": true,
7 "destructuring": true,
8 "octalLiterals": true,
9 "spread": true,
10 "superInFunctions": true,
11 "templateStrings": true
12 },
13 "parser": "babel-eslint",
14 "rules": {
15 "strict": 0
16 }
17}