MMM-pages/.eslintrc.json
2018-05-07 09:52:20 -04:00

14 lines
No EOL
282 B
JSON

{
"extends": "airbnb-base",
"globals": {
"Module": true,
"Log": true,
"MM": true
},
"rules": {
"comma-dangle": "off",
"object-shorthand": "off",
"func-names": "off",
"space-before-function-paren": "off"
}
}