MMM-pages/.eslintrc.json

14 lines
282 B
JSON
Raw Normal View History

2018-04-26 00:25:40 -07:00
{
"extends": "airbnb-base",
"globals": {
"Module": true,
"Log": true,
"MM": true
2018-05-07 06:52:20 -07:00
},
"rules": {
"comma-dangle": "off",
"object-shorthand": "off",
"func-names": "off",
"space-before-function-paren": "off"
2018-04-26 00:25:40 -07:00
}
}