view client/tests/unit/.eslintrc.js @ 4419:72de81520a6d

afDialog: use hf as shorthand for NullOrEmpty
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 18 Sep 2019 14:03:33 +0200
parents 3907a7b98067
children
line wrap: on
line source

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