上一页 1 ··· 6 7 8 9 10
摘要: 如果在使用eslint的时候提示: error Parsing error: The keyword 'const' is reserved 有可能是因为eslint默认审查的es5,需要明确让他审查es6. 在.eslintrc.yml中增加下面一行: "parserOptions": { "ec 阅读全文
posted @ 2020-09-18 14:04 大卫小东(Sheldon) 阅读(2122) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10