ideogram
Version:
Chromosome visualization with D3.js
20 lines (19 loc) • 453 B
JavaScript
module.exports = {
"extends": "google",
"rules": {
"no-undef": "off",
"require-jsdoc": "off",
"valid-jsdoc": "off",
"one-var": "off",
"guard-for-in": "off",
"no-loop-func": "off",
"no-negated-condition": "off",
"no-inner-declaration": "off",
"no-warning-comments": "off",
"no-eval": "off",
"no-inner-declarations": "off",
"no-else-return": "off",
"no-var": "off",
"padded-blocks": "off"
}
}