mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
tslint voodoo
This commit is contained in:
parent
2e5d51070e
commit
9f4b8ff95b
@ -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}"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user