ci: add oxlint (#4867)

This commit is contained in:
EYHN
2023-11-08 17:54:41 +08:00
committed by GitHub
parent 744cd47481
commit ecd5db2952
2 changed files with 4 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ const config = {
'no-constant-binary-expression': 'error',
'no-constructor-return': 'error',
'react/prop-types': 'off',
'react/jsx-no-useless-fragment': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/no-non-null-assertion': 'error',
'@typescript-eslint/no-explicit-any': 'off',