✘ http://eslint.org/docs/rules/space-before-function-paren Missing space before function parenth


  ✘  http://eslint.org/docs/rules/no-trailing-spaces           Trailing spaces not allowed
  src\components\NavMenu.vue:2:1
      
   ^

  ✘  http://eslint.org/docs/rules/space-before-function-paren  Missing space before function parentheses
  src\components\NavMenu.vue:83:17
        handleOpen(key, keyPath) {
                   ^

  ✘  http://eslint.org/docs/rules/semi                         Extra semicolon
  src\components\NavMenu.vue:84:34
          console.log(key, keyPath);
                                    ^

  ✘  http://eslint.org/docs/rules/space-before-function-paren  Missing space before function parentheses
  src\components\NavMenu.vue:86:18
        handleClose(key, keyPath) {
                    ^

  ✘  http://eslint.org/docs/rules/semi                         Extra semicolon
  src\components\NavMenu.vue:87:34
          console.log(key, keyPath);
                                    ^

  ✘  http://eslint.org/docs/rules/eol-last                     Newline required at end of file but not found
  src\components\NavMenu.vue:91:10
  </script>
            ^

在这里插入图片描述问题原因是因为不符合EsLint的语法规则
解决方案如下图

在这里插入图片描述
然后 npm run build

ESLint最初是由Nicholas C. Zakas 于2013年6月创建的开源项目。它的目标是提供一个插件化的javascript代码检测工具
我这里简单粗暴的注释了,但想要统一风格,可以研究一下ESLint,ESLint是可以配置的
http://eslint.cn/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值