mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"object-literal-sort-keys": false,
|
|
"interface-name": [true, "never-prefix"],
|
|
"max-line-length": [true, 140],
|
|
"semicolon": [
|
|
true,
|
|
"never"
|
|
],
|
|
"no-empty": [true, "allow-empty-catch", "allow-empty-functions"],
|
|
"ordered-imports": false
|
|
},
|
|
"rulesDirectory": []
|
|
}
|