mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-02 02:24:18 +00:00
彻底关闭 prettier 校验规则
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user