今天在 调试vue项目时,启运服务:

yarn serve

突然报如下错误信息:

  14:1  error  This line has a length of 103. Maximum allowed is 100  max-len26:1  error  This line has a length of 107. Maximum allowed is 100  max-len38:1  error  This line has a length of 108. Maximum allowed is 100  max-len44:1  error  This line has a length of 101. Maximum allowed is 100  max-len

原来是ecslint语法检测时报的错,后来在eclintConfig的rules规则里加上max-len 规则就可以了

原配置规则:

"eslintConfig": {"root": true,"env": {"node": true},"extends": ["plugin:vue/vue3-essential","@vue/airbnb","@vue/typescript/recommended"],"parserOptions": {"ecmaVersion": 2020},"rules": {}},

改成:

"eslintConfig": {"root": true,"env": {"node": true},"extends": ["plugin:vue/vue3-essential","@vue/airbnb","@vue/typescript/recommended"],"parserOptions": {"ecmaVersion": 2020},"rules": {"max-len": ["error", {"code": 300}  ]}},

vue项目遇到error This line has a length of 108. Maximum allowed is 100 max-len的解决办法相关推荐

  1. 解决vue项目路由出现message: “Navigating to current location (XXX) is not allowed“的问题

    解决vue项目路由出现message: "Navigating to current location (XXX) is not allowed"的问题 参考文章: (1)解决vu ...

  2. 解决vue项目路由出现message: “Navigating to current location (XXX) is not allowed“的问题(点击多次跳转)

    解决vue项目路由出现message: "Navigating to current location (XXX) is not allowed"的问题(点击多次跳转) 参考文章: ...

  3. org.dom4j.DocumentException: Error on line 1 of document : Content is not allowed in prolog. Nested

    报错: org.dom4j.DocumentException: Error on line 1 of document  : Content is not allowed in prolog. Ne ...

  4. 解决vue项目路由出现message: Navigating to current location (XXX) is not allowed的问题

    今天在写一个后台界面的时候,出现了这个报错,Navigating to current location ("/userslist") is not allowed问题. &quo ...

  5. vue给同一元素绑定单击click和双击事件dblclick,双击事件dblclick无效不触发解决办法

    有时vue项目中无论是v-ondblclick:还是@dblclick ,有时会无效果.解决办法直接上代码自己看. .native主要用于监听组件根元素的原生事件 @dblclick.native= ...

  6. Android之error: void value not ignored as it ought to be(In function ‘callMethod2‘)解决办法

    1.问题 chenyu@chenyu:~/Android_dev/Test/app/jni$ ndk-build [armeabi] Compile thumb : FirstJni <= Jn ...

  7. error: Failed dependencies libcrypto.so.10()(64bit) is needed, libssl.so.10()(64bit) is needed解决办法

    前提:我在CentOS 8上安装Percona Server for MySQL 8.0 bundle中的percona-server-shared-compat-8.0.23-14.1.el8.x8 ...

  8. git clone: error:RPC failed;result=18,HTTP code = 200 MiB | 2.00 KiB/s解决办法

    在windows上git clone时,出现 error: RPC failed; result=18, HTTP code = 200 MiB | 2.00 KiB/s fatal: The rem ...

  9. Mybatis error,There is no getter for property named 'xx' in 'class java.lang.String',解决办法

    今天在使用Mybatis的时候遇到一个问题,在传递一个String参数的时候遇到下面的错误: Mapper.xml代码如下: 执行这个方法的时候报错: 项目Jar管理用的是Maven,Mybatis版 ...

  10. 【Python异常】 NPM创建Vue项目遇到ERROR command failed: npm install --loglevel error

    遇到问题: Vue CLI v4.5.6 ┌─────────────────────────────────────────┐ │ │ │ New version available 4.5.6 → ...

最新文章

  1. 手工构建ISO的基本步骤
  2. 语义分割--DeconvNet--Learning Deconvolution Network for Semantic Segmentation
  3. 使用命名空间:别名/导入
  4. django 文档生成器
  5. localhost与127.0.0.1的概念和工作原理之不同
  6. Linux -- gpasswd
  7. 分割数组的最大值—leetcode410
  8. How mBDOC is generated and saved in DB
  9. 4-1k近邻算法(k-Nearest Neighbors)
  10. c语言如何引用参数,关于exec:如何在C语言中使用适当的参数调用execl()?
  11. python版本控制git_实验一:Git代码版本管理
  12. Java中interface接口与abstract class抽象类的区别
  13. Oracle 数据库导出(exp)导入(imp)说明
  14. MAVEN本地仓库安装及配置
  15. 思维导图----百度百科
  16. Android手游辅助开发从入门到精通
  17. matlab sil验证,科学网—径流模拟结果校准和验证图(matlab) - 张凌的博文
  18. 使用BouncyCastle 实现RSA常用方法
  19. 河城荷取 二分答案 最大流
  20. springboot毕设项目基于的医院就医平台m11a1(java+VUE+Mybatis+Maven+Mysql)

热门文章

  1. java转码工具应用程序_java转码工具native2ascii.exe的使用方法
  2. coreseek java_coreseek 安装及使用方法详解
  3. 【lizhi125】比Nero更好用的免费小巧的光盘刻录软件——ImgBurn(中文版)
  4. 很多的Adobe Dreamweaver CS5序列号
  5. ClockworkMod Tether Alpha:避开运营商,将手机变为热点
  6. 支持商用,开源的商城系统,推荐给你
  7. 计算机会计学ufo报表,计算机会计学 第四章 报表子系统.pdf
  8. 视觉SLAM十四讲学习笔记——ch5 相机与图像
  9. 计算机图形学笔记------变换与光栅化的理论知识
  10. 如何在线倍速观看百度网盘学习视频并快速做笔记