Skip to content

Commit

Permalink
chore: update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Feb 10, 2024
1 parent bff108c commit c2a8623
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"overrides": [],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"ecmaVersion": 2020,
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
Expand All @@ -20,5 +20,6 @@
"linebreak-style": ["error", "unix"],
"@typescript-eslint/no-explicit-any": ["warn"],
"@typescript-eslint/no-unused-vars": ["warn"]
}
},
"ignorePatterns": ["dist", "bin"]
}

0 comments on commit c2a8623

Please sign in to comment.