Summary
Directory Structure
Directory structure:└── textlint-ja-textlint-rule-ja-no-abusage/├── README.md├── LICENSE├── package.json├── tsconfig.json├── dict/│ └── prh.yml├── src/│ ├── dictionary.ts│ └── textlint-rule-ja-no-abusage.ts├── test/│ ├── no-confusing-adjust-and-apply-test.ts│ └── no-variable-test.ts└── .github/└── workflows/└── test.yml