exercitationemmaxime
Version:
Arkane-enabled Web3 Provider for the web
22 lines (21 loc) • 461 B
JSON
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"rules": {
"max-line-length": {"options" : {"limit": 180}},
"quotemark": [true, "single"],
"import-spacing": false,
"indent": [true, "spaces", 4],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false
}
}