mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
update tslint config and fix member ordering (#1279)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"await-promise": [true, "Bluebird"],
|
||||
"no-inferrable-types": true,
|
||||
"eofline": true,
|
||||
"indent": ["spaces"],
|
||||
"indent": [true, "spaces"],
|
||||
"ter-indent": [true, 2],
|
||||
"max-line-length": [true, 140],
|
||||
"no-unused-variable": false, // Memory issues
|
||||
|
||||
Reference in New Issue
Block a user