MCPcopy Index your code
hub / github.com/1000ch/linter-textlint

github.com/1000ch/linter-textlint @v5.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v5.0.1 ↗ · + Follow
4 symbols 11 edges 3 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

linter-textlint

Dependency Status Build Status Build Status Build Status

A plugin for Atom Linter providing an interface to textlint.

Installation

$ apm install linter-textlint

Configuration

Use your project .textlintrc and the rule

You have to do following steps before using.

  1. Put .textlintrc in your workspace ( .textlintrc file format ).
  2. Install textlint plugins (textlint-rule-*) in your workspace via npm install.
  3. Open the workspace with Atom Editor.

Use global .textlintrc and the rule

You have to do following steps before using.

  1. Put .textlintrc in any directory ( .textlintrc file format ).
  2. Install textlint plugins (textlint-rule-*) in any directory via npm install.
  3. Open Atom and Show linter-textlint's setting.
  4. Set following setting:

  5. .textlintrc Path : path to .textlintrc. It will only be used when there's no config file in project

    • e.g.) /Users/work/my-textlint-config/.textlintrc
  6. textlint Rules Dir: path to node_modules directory. It will only be used when there's no config file in project
    • e.g.) /Users/work/my-textlint-config/node_modules

setting

Open any file(The workspace has not config file) with Atom Editor.

License

MIT © Shogo Sensui

Core symbols most depended-on inside this repo

existsConfig
called by 2
lib/index.js
activate
called by 0
lib/index.js
deactivate
called by 0
lib/index.js
provideLinter
called by 0
lib/index.js

Shape

Function 4

Languages

TypeScript100%

Modules by API surface

lib/index.js4 symbols

For agents

$ claude mcp add linter-textlint \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page