0.3.0 • Published 3 years ago

eslint-plugin-peace v0.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

eslint-plugin-peace

some rules for stop meaningless quarrels

Installation

Install eslint-plugin-peace:

$ yarn add -D eslint-plugin-peace

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-peace globally.

Usage

Add devops to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["peace"]
}

Then configure the rules you want to use under the rules section.

{
  "plugins": ["peace"],
  "extends": ["plugin:peace/recommended"],
  "rules": {
    "peace/beautiful-space": 2
  }
}

Supported Rules

beautiful-space (Recommended)

用来在中英文之间插入空格。比如 iOS和Android是两个操作系统 会自动修复成 iOS 和 Android 是两个操作系统

npm.io

  • 在中文和英文字母,中文和数字之间插入空格
  • 支持检测模板字符串
  • 标点符号和文字之间插入空格

NOTE:目前模板字符串只会检测 ${foo} 是 Identifier 或者 Literal 的场景,如果是其他复杂表达式,暂时不支持。显然这种方式也可以覆盖绝大多数场景了

Brand-typo

检测品牌名是否符合编写的要求。比如是 TikTok 而不是 Tiktok

通过在 rule 中配置 'peace/brand-typo': [2, 'TikTok'] 即可检测并自动 fix

0.3.0

3 years ago

0.3.0-beta.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago