Skip to content

Commit

Permalink
Merge branch 'main' into lakesare/readme-about-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lakesare authored Jul 2, 2024
2 parents f70cb4a + 5358994 commit a00fa09
Show file tree
Hide file tree
Showing 3 changed files with 1,239 additions and 1,251 deletions.
41 changes: 0 additions & 41 deletions .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import retextEnglish from 'retext-english';
import retextEquality from 'retext-equality';
import retextProfanities from 'retext-profanities';
import retextQuotes from 'retext-quotes';
import retextSimplify from 'retext-simplify';
import retextSyntaxMentions from 'retext-syntax-mentions';

const retextPreset = [
Expand All @@ -53,46 +52,6 @@ const retextPreset = [
})
.use(retextProfanities, { sureness: 1, ignore: ['black'] })
.use(retextQuotes)
.use(retextSimplify, {
ignore: [
'accurate',
'additional',
'address',
'alternatively',
'component',
'effect',
'ensure',
'equivalent',
'forward',
'frequently',
'function',
'however',
'identify',
'immediately',
'implement',
'initial',
'initiate',
'interface',
'it is',
'maintain',
'maximum',
'minimum',
'multiple',
'option',
'parameters',
'perform',
'provide',
'relative to',
'render',
'request',
'selection',
'submit',
'there are',
'there is',
'type',
'validate',
],
})
.use(retextSyntaxMentions),
];

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"lint-staged": "^13.0.3",
"mdast-comment-marker": "^2.1.0",
"npm-run-all": "^4.1.5",
"prettier": "3.2.5",
"prettier": "3.3.2",
"remark-cli": "^11.0.0",
"remark-directive": "^2.0.1",
"remark-frontmatter": "^5.0.0",
Expand Down Expand Up @@ -123,12 +123,11 @@
"retext-equality": "^6.2.0",
"retext-profanities": "^7.1.0",
"retext-quotes": "^5.0.0",
"retext-simplify": "^7.0.0",
"retext-syntax-mentions": "^3.1.0",
"typescript": "^5.2.2",
"unified": "^10.0.0",
"unified-message-control": "^4.0.0",
"uppy": "latest"
},
"packageManager": "yarn@4.2.1+sha256.15ce76682a8cd2090257b883cd69c637925b29573f9573e8403ec227d5ab6815"
"packageManager": "yarn@4.3.1+sha224.934d21773e22af4b69a7032a2d3b4cb38c1f7c019624777cc9916b23"
}
Loading

0 comments on commit a00fa09

Please sign in to comment.