使用ESlint进行代码提示,经常报如下提示:✘ http://eslint.org/docs/rules/key-spacing Missing space before value for key variablessrc\components\Admin\LogIn.vue:45:19variables:{^
或者✘ http://eslint.org/docs/rules/indent Expecte…
Type of the default value for ‘data’ prop must be a function的解决方法 在写形如prop: {type: Array; default: []}的代码时,eslint常会出现这样的错误提示,百度之未果,谷歌了才找到答案,辣鸡百度毁我青春(滑稽),作博一篇,希望能帮到喜欢百度找问题的的人~ 翻译: prop的默…
问题
接受一个vue项目,download下代码后愉快地写了个界面。然后跑起来,eslint抛了一堆书写不规范的错误,主要有2个
Expected " " character, but found "\t" character Strings must use singlequote
对应的校验规则是…