view client/tests/unit/.eslintrc.js @ 3430:6994602d2935

fairway availibilty: Implemented for streches and sections.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 23 May 2019 17:28:14 +0200
parents 3907a7b98067
children
line wrap: on
line source

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