@ethereumjs/config-tslint
Version:
Common linting configuration for `EthereumJS` libraries.
18 lines (17 loc) • 355 B
JSON
{
"extends": "typestrict",
"rules": {
"no-console": {
"severity": "warning"
},
"no-debugger": true,
"mocha-avoid-only": true,
"prefer-const": true,
"no-var-keyword": true,
"interface-name": [true, "never-prefix"],
"no-commented-code": {
"severity": "warning"
},
"no-use-before-declare": false
}
}