Skip to content

Commit

Permalink
Create .eslintrc.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragkj committed Dec 12, 2023
1 parent 211f429 commit ee59954
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -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"
}
};

0 comments on commit ee59954

Please sign in to comment.