Skip to content

Commit

Permalink
updating linting config
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei committed Apr 28, 2022
1 parent f6e0540 commit 037ccf6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ module.exports = {
plugins: ["@typescript-eslint"],
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
rules: {
"@typescript-eslint/no-unused-vars": [
2,
{ args: "all", argsIgnorePattern: "^_" },
],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-var-requires": "off"
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-unused-vars": "off"
},
};

0 comments on commit 037ccf6

Please sign in to comment.