mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-21 09:44:29 -08:00
14 lines
283 B
JSON
14 lines
283 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"
|
|
}
|
|
}
|