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')

View File

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

View File

@@ -1,5 +1,7 @@
'use strict'
/* global entries, lang, winston */
const express = require('express')
const router = express.Router()
const _ = require('lodash')

View File

@@ -1,5 +1,7 @@
'use strict'
/* global git, lang, lcdata, upl */
const express = require('express')
const router = express.Router()

View File

@@ -1,6 +1,6 @@
'use strict'
/* global appconfig, rights */
/* global appconfig, entries, rights, search, upl */
/* eslint-disable standard/no-callback-literal */
const _ = require('lodash')