mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Fix last ESLint errors.
This commit is contained in:
parent
fc58fac1c3
commit
0a9e6080fa
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
/* eslint quote-props:0 */
|
||||
|
||||
var util = require('util')
|
||||
|
||||
var Hipchatter = require('hipchatter')
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint quote-props:0 */
|
||||
var util = require('util')
|
||||
var events = require('events')
|
||||
|
||||
|
|
|
@ -36,9 +36,9 @@ module.exports = {
|
|||
]
|
||||
, alias: {
|
||||
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls'
|
||||
, 'localforage': 'localforage/dist/localforage.js'
|
||||
, localforage: 'localforage/dist/localforage.js'
|
||||
, 'socket.io': 'socket.io-client'
|
||||
, 'stats': 'stats.js/src/Stats.js'
|
||||
, stats: 'stats.js/src/Stats.js'
|
||||
, 'underscore.string': 'underscore.string/index'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue