@anolilab/textlint-config 12.1.2 → 12.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## @anolilab/textlint-config [12.1.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.1.2...@anolilab/textlint-config@12.1.3) (2026-03-27)
2
+
3
+ ### Styles
4
+
5
+ * cs fixes on md files ([1262ea8](https://github.com/anolilab/javascript-style-guide/commit/1262ea848750c22d227f3591787356f048f02741))
6
+
1
7
  ## @anolilab/textlint-config [12.1.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.1.1...@anolilab/textlint-config@12.1.2) (2026-02-28)
2
8
 
3
9
  ### Bug Fixes
package/README.md CHANGED
@@ -50,7 +50,7 @@ pnpm add @anolilab/textlint-config
50
50
 
51
51
  ## Usage
52
52
 
53
- If you don't have a `.textlintrc` or the other supported file names and `.textlintignore`, we can create the file for you after installing `@anolilab/textlint-config`, call `pnpm textlint-config:install`.
53
+ If you dont have a `.textlintrc` or the other supported filenames and `.textlintignore`, we can create the file for you after installing `@anolilab/textlint-config`, call `pnpm textlint-config:install`.
54
54
 
55
55
  > Note: If the script detects an existing `.textlintrc` or `.textlintignore` file, it will not overwrite it.
56
56
 
@@ -199,9 +199,9 @@ If you already have a `.textlintrc`, then you can extend the `.textlintrc`, with
199
199
 
200
200
  ## Supported Node.js Versions
201
201
 
202
- Libraries in this ecosystem make the best effort to track [Node.js' release schedule](https://github.com/nodejs/release#release-schedule).
202
+ Libraries in this ecosystem make the best effort to track [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
203
203
 
204
- Here's [a post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
204
+ Heres [a post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
205
205
 
206
206
  ## Contributing
207
207
 
@@ -217,7 +217,7 @@ If you would like to help take a look at the [list of issues](https://github.com
217
217
 
218
218
  ## Made with ❤️ at Anolilab
219
219
 
220
- This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
220
+ This is an open source project and will always remain free to use. If you think its cool, please star it 🌟. [Anolilab](https://anolilab.com/open-source) is a Development and AI Studio. Contact at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or want to say hi!
221
221
 
222
222
  ## License
223
223
 
@@ -232,7 +232,7 @@ The anolilab textlint-config is open-sourced software licensed under the [MIT][l
232
232
  [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
233
233
  [prs-welcome]: https://github.com/anolilab/javascript-style-guide/blob/main/.github/CONTRIBUTING.md
234
234
  [chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
235
- [chat]: https://discord.gg/4VuvwWGaaB
235
+ [chat]: https://discord.com/invite/4VuvwWGaaB
236
236
  [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
237
237
  [typescript-url]: https://www.typescriptlang.org/
238
238
  [license-url]: https://opensource.org/licenses/MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "12.1.2",
3
+ "version": "12.1.3",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -63,8 +63,8 @@
63
63
  "@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
64
64
  "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
65
65
  "@textlint-rule/textlint-rule-preset-google": "^0.1.2",
66
- "@textlint/ast-node-types": "15.5.1",
67
- "@textlint/types": "15.5.1",
66
+ "@textlint/ast-node-types": "15.5.2",
67
+ "@textlint/types": "15.5.2",
68
68
  "textlint-filter-rule-comments": "1.3.0",
69
69
  "textlint-rule-abbr-within-parentheses": "^1.0.2",
70
70
  "textlint-rule-alex": "^5.0.0",
@@ -83,7 +83,7 @@
83
83
  "write-good": "^1.0.8"
84
84
  },
85
85
  "peerDependencies": {
86
- "textlint": "15.5.1"
86
+ "textlint": "15.5.2"
87
87
  },
88
88
  "engines": {
89
89
  "node": ">=20.18.* <=25.*"