view client/tests/unit/.eslintrc.js @ 1991:4d972bdbd0f6

Translated using Weblate (Hungarian) Currently translated at 3.2% (7 of 222 strings) Translation: Gemma/client Translate-URL: https://hosted.weblate.org/projects/gemma/client/hu/
author Lukas Timler <lukas.timler@viadonau.org>
date Thu, 24 Jan 2019 15:15:51 +0000
parents 3907a7b98067
children
line wrap: on
line source

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