diff --git a/.eslintrc.cjs b/.eslintrc.cjs new file mode 100644 index 0000000..24c3216 --- /dev/null +++ b/.eslintrc.cjs @@ -0,0 +1,7 @@ +module.exports = { + "rules": { + // Note: you must disable the base rule as it can report incorrect errors + "no-unused-vars": "off", + "@typescript-eslint/no-unused-vars": "error" + } + }; \ No newline at end of file