UNPKG

119 BPlain TextView Raw
1{
2 "extends": "airbnb",
3 "rules": {
4 "comma-dangle": [2, "always-multiline"],
5 "no-underscore-dangle": 0
6 }
7}