chore: removed global eslint references

This commit is contained in:
NGPixel
2017-05-13 15:29:00 -04:00
parent 6ae6d3382d
commit 9e801548e0
25 changed files with 80 additions and 242 deletions

View File

@@ -1,5 +1,7 @@
'use strict'
/* global db, lang, rights, winston */
var express = require('express')
var router = express.Router()
const Promise = require('bluebird')