UNPKG

genome.js

Version:

Genetics algorithms done right

12 lines (11 loc) 247 B
{ "extends": "tslint-config-airbnb", "rules": { "no-boolean-literal-compare": true, "max-line-length": [true, 140], "import-name": false, "variable-name": false }, "defaultSeverity": "error", "project": "tsconfig.json" }