mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-10 20:02:56 +00:00
彻底关闭 prettier 校验规则
This commit is contained in:
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…
x
Reference in New Issue
Block a user