UNPKG

134 BPlain TextView Raw
1{
2 "extends": "airbnb/base",
3 "rules": {
4 "vars-on-top": 0,
5 "no-console": 0,
6 "no-loop-func": 0,
7 "id-length": 0
8 }
9}