view client/tests/unit/.eslintrc.js @ 3189:6f8fb2053881

Schema: Added type column for users.templates. TODO: Add backend code to filter by it.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 08 May 2019 10:37:47 +0200
parents 3907a7b98067
children
line wrap: on
line source

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