1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Use typescript standard and lint all files

This commit is contained in:
Chocobozzz 2017-06-16 14:32:15 +02:00
parent 46757b477c
commit df98563e21
143 changed files with 2016 additions and 1949 deletions

View file

@ -1,7 +1,6 @@
import * as express from 'express'
import { pseudoRandomBytes } from 'crypto'
import { join } from 'path'
import { logger } from './logger'