Skip to content

Commit

Permalink
Do not warn on explicit any in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Oct 12, 2023
1 parent 9d8803c commit d1e16c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zimui/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
],
rules: {
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
'@typescript-eslint/no-explicit-any': 'off',
'no-console': 'warn',
'no-debugger': 'error',
'vue/multi-word-component-names': 'warn',
Expand Down

0 comments on commit d1e16c8

Please sign in to comment.