build:移除 ESLint配置项

- 从 nuxt.config.js 中删除了 eslint配置对象
- 此更改简化了项目配置,减少了不必要的设置
This commit is contained in:
xingyy 2025-01-13 14:04:38 +08:00
parent c0700dcae7
commit 24803f978a

View File

@ -135,12 +135,6 @@ export default defineNuxtConfig({
inlineStyles: false, inlineStyles: false,
}, },
eslint: {
config: {
standalone: false,
},
},
future: { future: {
compatibilityVersion: 4, compatibilityVersion: 4,
}, },