view client/tests/unit/.eslintrc.js @ 615:4ffdb922db44

Document adding of external OGC services.
author Tom Gottfried <tom@intevation.de>
date Mon, 10 Sep 2018 19:12:24 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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