mirror of https://github.com/jeecgboot/jeecg-boot
彻底关闭 prettier 校验规则
parent
f46273d15e
commit
b3de596199
|
@ -25,6 +25,7 @@ module.exports = defineConfig({
|
|||
'plugin:jest/recommended',
|
||||
],
|
||||
rules: {
|
||||
'prettier/prettier': 'off', // 彻底关闭 prettier 校验规则
|
||||
'vue/script-setup-uses-vars': 'error',
|
||||
'@typescript-eslint/ban-ts-ignore': 'off',
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
|
|
Loading…
Reference in New Issue