mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-08-12 22:20:42 -04:00
style: enable scratch/es6 lint rules
This commit is contained in:
parent
2b5b8a371c
commit
c2fa2fedd5
9 changed files with 205 additions and 207 deletions
dev-server
|
@ -1,7 +1,7 @@
|
|||
var bunyan = require('bunyan');
|
||||
const bunyan = require('bunyan');
|
||||
|
||||
module.exports = function () {
|
||||
var logger = bunyan.createLogger({
|
||||
const logger = bunyan.createLogger({
|
||||
name: 'www',
|
||||
serializers: {req: bunyan.stdSerializers.req}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue