Solve the error problem of warnings potentially fixable with the `--fix` option when running a Vue project

Solve the error problem of warnings potentially fixable with the `--fix` option when running a Vue project

Problem: vue-cil3 runs with warnings potentially fixable with the `--fix` option.

Cause: There is a problem with the eslint settings when creating the project. You can fix it with the "--fix" option.

Solution: Change the following part: "lint": "vue-cli-service lint" to: eslint --fix --ext .js,.vue src

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Solution to Vue3.0 error Cannot find module'worker_threads'
  • Vue——Solving the error Computed property "****" was assigned to but it has no setter.
  • Solve the problem of Cannot find module 'chalk' error in Vue project

<<:  CSS Paint API: A CSS-like Drawing Board

>>:  Two simple menu navigation bar examples

Recommend

Detailed explanation of JavaScript state container Redux

Table of contents 1. Why Redux 2. Redux Data flow...

How to install FastDFS in Docker

Pull the image docker pull season/fastdfs:1.2 Sta...

How to find out uncommitted transaction information in MySQL

A while ago, I wrote a blog post titled "Can...

How to recover data after accidentally deleting ibdata files in mysql5.7.33

Table of contents 1. Scenario description: 2. Cas...

MySQL Series II Multi-Instance Configuration

Tutorial Series MySQL series: Basic concepts of M...

Some thoughts and experience sharing on web page (website) design and production

First, before posting! Thanks again to I Want to S...

Four data type judgment methods in JS

Table of contents 1. typeof 2. instanceof 3. Cons...

Operate on two columns of data as new columns in sql

As shown below: select a1,a2,a1+a2 a,a1*a2 b,a1*1...

Docker-compose one-click deployment of gitlab Chinese version method steps

1. Introduction to gitlab Gitlab official address...

Description of the execution mechanisms of static pages and dynamic pages

1. A static page means that there are only HTML ta...

Example code for achieving hollowing effect with pure CSS

I have recently studied the hollowing effect. bac...

Introduction and usage examples of ref and $refs in Vue

Preface In JavaScript, you need to use document.q...

Linux common basic commands and usage

This article uses examples to illustrate common b...

Detailed example of MySQL data storage process parameters

There are three types of MySQL stored procedure p...