view client/tests/unit/.eslintrc.js @ 129:ee5a3dd8e972

Forgot to check if a db connection is already close when closing idle db connections.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 28 Jun 2018 16:45:01 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

module.exports = {
  env: {
    jest: true
  },
  rules: {
    'import/no-extraneous-dependencies': 'off'
  }
}