build:移除 ESLint配置项
- 从 nuxt.config.js 中删除了 eslint配置对象 - 此更改简化了项目配置,减少了不必要的设置
This commit is contained in:
parent
c0700dcae7
commit
24803f978a
@ -135,12 +135,6 @@ export default defineNuxtConfig({
|
||||
inlineStyles: false,
|
||||
},
|
||||
|
||||
eslint: {
|
||||
config: {
|
||||
standalone: false,
|
||||
},
|
||||
},
|
||||
|
||||
future: {
|
||||
compatibilityVersion: 4,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user