Skip to content

Commit 3523b0f

Browse files
authored
chore(deps): use textlint-filter-rule-allowlist (#1214)
1 parent 28fa2d6 commit 3523b0f

File tree

3 files changed

+14
-31
lines changed

3 files changed

+14
-31
lines changed

.textlintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const IS_LINK_CHECK = !!process.env.LINK_CHECK;
22
module.exports = {
33
"filters": {
44
"comments": true,
5-
"whitelist": {
5+
"allowlist": {
66
"allow": [
77
"/{#[a-z.-]*?}/g",
88
"/{{[a-zA-Z.]*?}}/g",

package-lock.json

Lines changed: 12 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"sudachi-synonyms-dictionary": "^4.1.0",
9595
"text-testing-mocha": "^0.4.6",
9696
"textlint": "^11.6.3",
97+
"textlint-filter-rule-allowlist": "^2.0.1",
9798
"textlint-filter-rule-comments": "^1.2.2",
98-
"textlint-filter-rule-whitelist": "^2.0.0",
9999
"textlint-rule-eslint": "^3.2.1",
100100
"textlint-rule-footnote-order": "^1.0.3",
101101
"textlint-rule-inline-code-denylist": "file:./textlint/textlint-rule-inline-code-denylist",

0 commit comments

Comments
 (0)