目前我正在使用Protractor/grunt运行我的测试,但我收到以下错误消息:'arrowfunctionsyntax(=>)'isonlyavailableinES6(use'esversion:6').我认为我的.jshintrc文件没有被读取,因为我添加了这个条件。.jshintrc{"esversion":6}Gruntfile.jsjshint:{all:["tests/API/**/*.js"],options:{undef:true,mocha:true,node:true,jshintrc:true,esversion:6,globals:{require:true