UNPKG

159 BPlain TextView Raw
1{
2 "extends": "standard",
3 "plugins": [
4 "standard"
5 ],
6
7 "rules": {
8 "indent": ["error", 4],
9 "camelcase": "off"
10 }
11}