mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
export default {
|
|
eslint: {
|
|
ignoreDuringBuilds: true, // 构建时忽略 ESLint 错误
|
|
},
|
|
};
|