Skip to content

Commit

Permalink
chore: update eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Mar 27, 2024
1 parent efc0ebe commit 68e2b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nutui-eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ module.exports = {
TaroGeneral: true
},
rules: {
// basic
semi: [2, 'never'],
// @typescript-eslint
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/ban-types': 'off',
Expand Down

0 comments on commit 68e2b93

Please sign in to comment.