.eslintrc.json 93 Bytes
Newer Older
1 2 3 4 5 6
{
  "rules": {
    "import/no-extraneous-dependencies": "off",
    "no-console": "off"
  }
}