refine: eslint

This commit is contained in:
菲鸽 2024-03-24 18:12:24 +08:00
parent e3d4ba86a4
commit 4181ae8d23

View File

@ -67,6 +67,9 @@ module.exports = {
'no-underscore-dangle': 'off',
'no-use-before-define': 'off',
'no-undef': 'off',
'no-unused-vars': 'off',
'no-param-reassign': 'off',
'@typescript-eslint/no-unused-vars': 'off',
},
// eslint-import-resolver-typescript 插件,@see https://www.npmjs.com/package/eslint-import-resolver-typescript
settings: {