Skip to content

Commit

Permalink
style: 忽略esclint错误规则
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Jan 12, 2024
1 parent 03374ff commit fb5b903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-unused-vars': ['warn', { args: 'after-used' }],
'no-undef': 'off', // ts(2304)
'@typescript-eslint/no-duplicate-enum-values': 'off',
'@typescript-eslint/naming-convention': [
'error',
{
Expand Down

0 comments on commit fb5b903

Please sign in to comment.