funnel-graph-js
Version:
SVG Funnel Graph Javascript Library
17 lines (16 loc) • 350 B
JSON
{
"parserOptions": {
"ecmaVersion": 6
},
"extends": "airbnb-base",
"rules": {
"indent": ["error", 4],
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
"max-len": ["error", { "code": 121 }],
"comma-dangle": ["error", "never"]
},
"globals": {
"window": true,
"document": true
}
}