登录 注册
当前位置:主页 > 资源下载 > 5 > eslint-plugin-ng-annotate:检查ng注释是否正确添加

eslint-plugin-ng-annotate:检查ng注释是否正确添加

  • 更新:2024-10-04 21:08:56
  • 大小:5KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

eslint-plugin-ng-annotate 验证ng注释是否到位。 安装 您首先需要安装 : $ npm i eslint --save-dev 接下来,安装eslint-plugin-ng-annotate : $ npm install eslint-plugin-ng-annotate --save-dev 注意:如果全局安装了ESLint(使用-g标志),则还必须全局安装eslint-plugin-ng-annotate 。 用法 将ng-annotate添加到.eslintrc配置文件的plugins部分。 您可以省略eslint-plugin-前缀: { " plugins " : [ " ng-annotate " ] } 然后在“规则”部分下配置要使用的规则。 { " rules " : { " n