Skip to content

Commit

Permalink
chore: eslint config type inference
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed May 13, 2024
1 parent 67e0375 commit b92db67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @type {import("eslint").Linter.Config}
*/
module.exports = {
root: true,
parser: "@typescript-eslint/parser",
Expand Down

0 comments on commit b92db67

Please sign in to comment.