view client/tests/unit/.eslintrc.js @ 5429:02a5da2f03b4 marking-single-beam

Fixed clipping.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 11 Jul 2021 15:07:18 +0200
parents 3907a7b98067
children
line wrap: on
line source

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