delete eslint

This commit is contained in:
RuoYi
2025-05-15 08:13:34 +08:00
parent 9f39dfd0c1
commit fe0c1fcb5b
9 changed files with 2 additions and 234 deletions

View File

@ -25,8 +25,6 @@ module.exports = {
outputDir: 'dist',
// 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)
assetsDir: 'static',
// 是否开启eslint保存检测有效值ture | false | 'error'
lintOnSave: process.env.NODE_ENV === 'development',
// 如果你不需要生产环境的 source map可以将其设置为 false 以加速生产环境构建。
productionSourceMap: false,
transpileDependencies: ['quill'],