报错:

Errors:
2 http://eslint.org/docs/rules/quotes
2 http://eslint.org/docs/rules/semi
1 http://eslint.org/docs/rules/space-before-function-paren

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.

解决,在config下找到index.js,将useEslint:false改为useEslint:true,然后重新运行项目即可:

 

 完事儿,Bye~

posted on 2022-07-21 14:54  bro阿柒  阅读(641)  评论(0编辑  收藏  举报