UNPKG

209 BPlain TextView Raw
1{
2 "extends": "standard",
3 "rules": {
4 "indent": [2, 4],
5 "no-var": 2,
6 "prefer-arrow-callback": 2,
7 "prefer-const": 2,
8 "prefer-template": 2
9 },
10 "parser": "babel-eslint",
11 "globals": {}
12}
\No newline at end of file