textlint / textlint/textlint.github.io

add default rule for UA

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.