Tweak ESLint.

This commit is contained in:
Julien Fontanet 2015-04-01 16:16:22 +02:00
parent f2e7963e1f
commit d26b6103b5

View File

@ -1,3 +1,5 @@
/* eslint no-lone-blocks: 0, no-throw-literal: 0 */
import Bluebird, {coroutine, promisify} from 'bluebird'
import eventToPromise from 'event-to-promise'
import {createClient} from 'ldapjs'