Fix last ESLint errors.

This commit is contained in:
Gunther Brunner
2016-01-19 23:27:12 +09:00
parent fc58fac1c3
commit 0a9e6080fa
3 changed files with 5 additions and 2 deletions

View File

@@ -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'
}
}