1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

tslint voodoo

This commit is contained in:
Matthias Kretschmann 2019-01-29 12:09:11 +01:00
parent 2e5d51070e
commit 9f4b8ff95b
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,10 +1,12 @@
{
"defaultSeverity": "error",
"extends": ["tslint:recommended", "tslint-config-prettier", "tslint-react"],
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"jsRules": {},
"rules": {
"object-literal-sort-keys": false,
"semicolon": [true, "never"]
},
"rulesDirectory": []
"linterOptions": {
"exclude": ["node_modules/**/*.{ts,tsx}"]
}
}