vue-element-admin修改.eslintignore来避免Use // eslint-disable-next-line to ignore the next line.
报错:
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.有的文章说要在build中注释掉配置,好像vue-element-admin里面build是没啥文件的(就一个index),要用.eslintignore才行