view client/tests/unit/.eslintrc.js @ 2476:efe332e985b9 octree-diff

Calculate the iso lines of the difference.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 28 Feb 2019 11:51:31 +0100
parents 3907a7b98067
children
line wrap: on
line source

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