~xenrox/10man-web

5ea436e959d7337c5a0173d52e872341281285c7 — Marius Riedl 2 years ago 3990b3e
Disable eslint rules
1 files changed, 2 insertions(+), 0 deletions(-)

M .eslintrc.js
M .eslintrc.js => .eslintrc.js +2 -0
@@ 16,5 16,7 @@ module.exports = {
  rules: {
    "no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
    "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
    "@typescript-eslint/no-explicit-any": "off",
    "@typescript-eslint/no-non-null-assertion": "off",
  },
};