diff --git a/.eslintrc.json b/.eslintrc.json index 5dffe0c4..c4dbbab4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,9 +27,11 @@ "rules": { "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-warning-comments": "off", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/camelcase": "off", "node/no-missing-import": "off", + "node/no-empty-function": "off", "node/no-unsupported-features/es-syntax": "off", "node/no-missing-require": "off", "node/shebang": "off",