1
0
Fork 0

Add Alex to textlint

This commit is contained in:
Pixelastic 2018-08-24 16:04:12 +02:00
parent ae520266f9
commit c3a185846c
2 changed files with 4 additions and 0 deletions

View file

@ -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': {

View file

@ -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",