0.0.8 • Published 5 years ago

eslint-plugin-std v0.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

补充团队前端编码规范

How to use

  1. 安装(如果没有安装): npm i -D git+http://git.jd.com/linguanghui3/eslint-plugin-std.git
  2. 在.eslintrc.js文件 plugins规则下增加 ‘'std'’
  3. 在.eslintrc.js文件 rules规则下增加 ‘'std/no-risky-ajaxurl': 2’

Rules

  1. 禁止使用模板字符串拼接url请求参数
  2. 禁止在url中使用中文
  3. 禁止在 component 中直接调用 http
  4. 禁止引用内部模块
  5. 禁止父级文件依赖
0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.1

7 years ago