---
title: "vue关闭eslint检测"
id: "3137"
type: "post"
slug: "vue%e5%85%b3%e9%97%adeslint%e6%a3%80%e6%b5%8b"
published_at: "2020-08-31T02:51:44+00:00"
modified_at: "2020-08-31T02:51:44+00:00"
url: "https://seq.ink/all/3137.html"
markdown_url: "https://seq.ink/all/3137.html.md"
excerpt: "在新版本的CLI中原useEslint参数失效，新版本中使用lintOnSave: process.env.NODE_ENV !== ‘production’禁用eslint"
taxonomy_category:
  - "ALL"
---

在新版本的CLI中原useEslint参数失效，新版本中使用lintOnSave: process.env.NODE_ENV !== ‘production’禁用eslint
