nextbus
Version:
Node.js interface to the NextBus XML Feed
18 lines (17 loc) • 320 B
Plain Text
{
"parser": "babel-eslint",
"extends": "airbnb-base",
"plugins": [
"flowtype"
],
"env": {
"jest": true
},
"rules": {
"arrow-parens": "off",
"generator-star-spacing": "off",
"no-underscore-dangle": "off",
"flowtype/define-flow-type": "error",
"import/imports-first": "off"
}
}