mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 18:26:32 -05:00
removed 'use-strict'
Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
d0b693d3e7
commit
57675265fc
5 changed files with 0 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
||||||
'use strict'
|
|
||||||
// history
|
// history
|
||||||
// external modules
|
// external modules
|
||||||
import LZString from 'lz-string'
|
import LZString from 'lz-string'
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
'use strict'
|
|
||||||
import { createHash } from 'crypto'
|
import { createHash } from 'crypto'
|
||||||
import randomColor from 'randomcolor'
|
import randomColor from 'randomcolor'
|
||||||
import { config } from './config'
|
import { config } from './config'
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
'use strict'
|
|
||||||
import { createLogger, format, transports } from 'winston'
|
import { createLogger, format, transports } from 'winston'
|
||||||
|
|
||||||
const logger = createLogger({
|
const logger = createLogger({
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
'use strict'
|
|
||||||
import { config } from './config'
|
import { config } from './config'
|
||||||
import { Note, User } from './models'
|
import { Note, User } from './models'
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
'use strict'
|
|
||||||
|
|
||||||
import bodyParser from 'body-parser'
|
import bodyParser from 'body-parser'
|
||||||
// create application/x-www-form-urlencoded parser
|
// create application/x-www-form-urlencoded parser
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue