UNPKG

179 BPlain TextView Raw
1{
2 "ecmaFeatures": {
3 "arrowFunctions": true,
4 "blockBindings": true
5 },
6 "env": {
7 "node": true
8 },
9 "rules": {
10 "no-undef": 2
11 }
12}