Quite good looking graph derived from d3.js http://c3js.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
567 B

{
"extends": "airbnb-base",
"rules": {
"indent": ["error", 4],
"no-var": "error",
"camelcase": 0,
"prefer-template": 0,
"no-param-reassign": 0,
"func-names": 0,
"one-var": 0,
"prefer-const": 0,
"no-nested-ternary": 0,
"no-else-return": 0,
"no-plusplus": 0,
"no-mixed-operators": 0,
"prefer-spread": 0,
"no-shadow": 0,
"no-underscore-dangle": 0,
"import/prefer-default-export": 0,
"one-var-declaration-per-line": 0,
}
}