view client/tests/unit/.eslintrc.js @ 1861:5083a1d19a4b

Adjusted database schema for distance marks importer.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 17 Jan 2019 13:15:22 +0100
parents 3907a7b98067
children
line wrap: on
line source

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