vis.js is a dynamic, browser-based visualization library
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.
|
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
|
|
"parser": "babel-eslint",
|
|
|
|
"extends": "eslint:recommended",
|
|
|
|
"rules": {
|
|
"complexity": [2, 55],
|
|
"max-statements": [2, 115],
|
|
"no-console": 0,
|
|
"no-empty": 0,
|
|
"no-extra-semi": 0,
|
|
"no-fallthrough": 0,
|
|
"no-inner-declarations": 0,
|
|
"no-mixed-spaces-and-tabs": 0,
|
|
"no-redeclare": 0,
|
|
"no-unreachable": 1,
|
|
"no-unused-vars": 0,
|
|
}
|
|
}
|