1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

added tslint config

This commit is contained in:
Sebastian Gerske 2018-09-25 09:14:28 +02:00
parent 72c9bebc2e
commit 2fe1a18533

11
tslint.json Normal file
View File

@ -0,0 +1,11 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"object-literal-sort-keys": false
},
"rulesDirectory": []
}