2.0.2 • Published 7 years ago
textlint-rule-warning-word v2.0.2
textlint-rule-warning-word
Install
Install with npm:
npm install textlint-rule-warning-wordUsage
1.rulePaths(required) : array of YAML file.
{
"rules": {
"warning-word": {
"rulePaths" :["warning-word.yml","warning-word-1.yml"]
}
}
}2.rules (required) : YAML file is placed under the dict folder.words are enclosed in slashes. Also,Regular expressions can also be used.
version: 1
rules:
- /word/
- /word1/
- /[0-9]+/
- /[a-zA-Z!-/:-@\[-`{-~]+/3.Command Line Interface.
./node_modules/.bin/textlint README.mdBuild
Builds source codes for publish to the lib/ folder.
You can write ES2015+ source codes in src/ folder.
npm run buildLicense
ISC ©