标签:
时间: 2016-04-27 17:46:48
作者: zhongxia
———————————————————————-
A: 在 .eslintrc 配置对象里面 加上如下配置
"parserOptions":{"ecmaVersion":6,"sourceType":"module","ecmaFeatures":{"jsx":true,"experimentalObjectRestSpread":true,"modules":true}}
Q: Expected property shorthand object-shorthand
const
标签:
原文地址:http://www.cnblogs.com/zhongxia/p/5440112.html