Skip to content

Commit

Permalink
BC-5933 - update typescript eslint (#2941)
Browse files Browse the repository at this point in the history
* updates @typescript-eslint/eslint-plugin and @typescript-eslint/parser
* removes some unused vars
  • Loading branch information
odalys-dataport authored Dec 11, 2023
1 parent b5bb9d9 commit c28129f
Show file tree
Hide file tree
Showing 25 changed files with 161 additions and 555 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
"@typescript-eslint/ban-ts-comment": "error",
"@typescript-eslint/no-inferrable-types": "error",
"@typescript-eslint/ban-types": "error",
"@typescript-eslint/no-explicit-any": "warn",
"vue/no-v-text-v-html-on-component": "error",
"vue/no-v-html": "error",
"vue/html-self-closing": [
Expand Down
Loading

0 comments on commit c28129f

Please sign in to comment.