error in ./src/main.js ✘ http://eslint.org/docs/rules/quotes Strings must use singlequote

使用es6时报错;error in ./src/main.js

http://eslint.org/docs/rules/quotes Strings must use singlequote
/home/liangxiaodong/WebstormProjects/xiaodong/music-play/src/main.js:7:8
import “common/stylus/index.styl”
^
es6中静态字符串一律使用单引号或反印号,不使用双引号。动态字符串使用反印号。
所以尝试一下将带买中的双引号替换一下

猜你喜欢

转载自blog.csdn.net/Efficiency9/article/details/77896368
今日推荐