Skip to content

Commit 87b1e4d

Browse files
committed
Remove apostrophe rule
1 parent f6191df commit 87b1e4d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

website/.textlintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
rules: {
3-
apostrophe: true,
43
'@textlint-rule/no-unmatched-pair': true,
54
'common-misspellings': true,
65
'stop-words': {

website/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"lint-staged": "^8.1.0",
2121
"prettier": "^1.15.3",
2222
"textlint": "^11.3.1",
23-
"textlint-rule-apostrophe": "^1.0.0",
2423
"textlint-rule-common-misspellings": "^1.0.1",
2524
"textlint-rule-en-capitalization": "^2.0.2",
2625
"textlint-rule-stop-words": "^1.0.17",

0 commit comments

Comments
 (0)