Skip to content

Commit

Permalink
Merge branch 'next' into finance_zh_CN
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Sep 23, 2023
2 parents 295e3f5 + 48a7f54 commit 192eb73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Expand Up @@ -16,7 +16,7 @@ module.exports = defineConfig({
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:prettier/recommended',
],
parser: '@typescript-eslint/parser',
Expand All @@ -40,7 +40,6 @@ module.exports = defineConfig({
'error',
{ default: 'array-simple', readonly: 'generic' },
],
'@typescript-eslint/ban-ts-comment': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/explicit-module-boundary-types': 'error',
'@typescript-eslint/naming-convention': [
Expand Down

0 comments on commit 192eb73

Please sign in to comment.