mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-23 02:17:11 +01:00
Fix tslint.json styles (#4219)
This commit is contained in:
parent
b165b90c40
commit
3548290ff2
1 changed files with 5 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
"jsRules": {},
|
||||
"rules": {
|
||||
"align": false,
|
||||
"indent": ["tab"],
|
||||
"quotemark": ["single"],
|
||||
"indent": [true, "tabs"],
|
||||
"quotemark": [true, "single"],
|
||||
"no-var-requires": false,
|
||||
"no-string-throw": false,
|
||||
"trailing-comma": [false],
|
||||
|
@ -31,6 +31,7 @@
|
|||
"max-classes-per-file": false,
|
||||
"member-ordering": [false],
|
||||
"ban-types": [
|
||||
true,
|
||||
"Object"
|
||||
],
|
||||
"ban": [
|
||||
|
|
Loading…
Reference in a new issue