The vue runtime always prompts for this error

vue runtime always has the following problems

http://eslint.org/docs/rules/. Expected indentation of 0 spaces but found 2
how to solve

Mar.07,2021

close eslint, and delete the following from webpack.base.conf.js:
preLoaders: [

  {
    test: /\.vue$/,
    loader: 'eslint',
    include: projectRoot,
    exclude: [/node_modules/, /ignore_lib/]
  },
  {
    test: /\.js$/,
    loader: 'eslint',
    include: projectRoot,
    exclude: [/node_modules/, /ignore_lib/]
  }
]

in the final analysis, the first line is indented incorrectly, then click eslint to write, otherwise why use eslint detection.
what do you think?! Turn off the indentation test if you don't like it.

your first line indentation is supposed to be 2 or 4 spaces, why zero!

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a625-2ba60.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a625-2ba60.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?