Add Alex to textlint
This commit is contained in:
parent
ae520266f9
commit
c3a185846c
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
/* eslint-disable import/no-commonjs */
|
||||
module.exports = {
|
||||
rules: {
|
||||
alex: {
|
||||
allow: ['color', 'hook', 'host-hostess', 'itch'],
|
||||
},
|
||||
'common-misspellings': true,
|
||||
'en-capitalization': true,
|
||||
'stop-words': {
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"stylelint-csstree-validator": "^1.3.0",
|
||||
"tailwindcss": "^0.6.4",
|
||||
"textlint": "^11.0.0",
|
||||
"textlint-rule-alex": "^1.3.1",
|
||||
"textlint-rule-common-misspellings": "^1.0.1",
|
||||
"textlint-rule-en-capitalization": "^2.0.1",
|
||||
"textlint-rule-stop-words": "^1.0.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue