textlint / textlint/textlint.github.io
add default rule for UA
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 14
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
// LICENSE : MIT
"use strict";
export default [
{
id: 1,
name: "textlint-rule-no-todo",
rule: require("textlint-rule-no-todo"),
enable: true
},
{
id: 2,
name: "textlint-rule-sjsj(Simplified JavaScript Jargon)",
rule: require("textlint-rule-sjsj"),
enable: true
}
];
Current default rule list is less. 😢
I think that add some rule for specific language(e.g. japanese)
It means detect UA and add some rule as default.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides no file, test, or entry point; begin by locating the website's default rule list and the existing language or user-agent detection logic. Determine which language-specific rules should be enabled and how the default selection is verified; done means the appropriate rules are selected automatically without changing unrelated defaults.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100