Skip to content

Commit

Permalink
chore: allow ts any
Browse files Browse the repository at this point in the history
  • Loading branch information
aisen60 committed Jan 19, 2024
1 parent da5a796 commit 04e579f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ module.exports = {
parserOptions: {
ecmaVersion: 'latest'
},
rules: {},
rules: {
'@typescript-eslint/no-explicit-any': 'off'
},
overrides: [
{
files: ['src/views/index.vue', 'src/views/**/index.vue'],
Expand Down

0 comments on commit 04e579f

Please sign in to comment.