答案 0 :(得分:-1)
您需要在ES Lint配置文件中将es6环境设置为true或将ecmaVersion设置为6。
请参见http://eslint.org/docs/user-guide/configuring#specifying-parser-options
{
"parserOptions": {
"ecmaVersion": 6
}
}
答案 1 :(得分:-1)
我也曾研究过类似的问题,但是在项目根文件夹中创建json文件解决了我的问题。请点击链接 solution here
我还找到了解决此问题的其他可能方法,请阅读您将了解和理解的这些链接 experience of other person with solution
也请访问brackets.json文件中提供的链接。 他们清楚地提到了如何使用方括号首选项。brackets preferences