MMM-pages/.eslintrc.json

8 lines
120 B
JSON
Raw Normal View History

2018-04-26 00:25:40 -07:00
{
"extends": "airbnb-base",
"globals": {
"Module": true,
"Log": true,
"MM": true
}
}