Skip to content

Commit

Permalink
chore: dynamic array support
Browse files Browse the repository at this point in the history
  • Loading branch information
avimak committed Oct 22, 2023
1 parent 0a6db16 commit 5fed2f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off"
"@typescript-eslint/ban-ts-comment": "off",
"no-control-regex": "off"
},
"plugins": [
"@typescript-eslint"
Expand Down

0 comments on commit 5fed2f2

Please sign in to comment.