@anolilab/textlint-config 12.1.1 → 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 +12 -0
- package/README.md +5 -5
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
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)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **eslint-config:** disable css/no-invalid-at-rules for Tailwind CSS … ([#1000](https://github.com/anolilab/javascript-style-guide/issues/1000)) ([aa8b26b](https://github.com/anolilab/javascript-style-guide/commit/aa8b26b4cb711ad956a8d6360e2cc9f45d50565e))
|
|
12
|
+
|
|
1
13
|
## @anolilab/textlint-config [12.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.1.0...@anolilab/textlint-config@12.1.1) (2026-02-21)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ pnpm add @anolilab/textlint-config
|
|
|
50
50
|
|
|
51
51
|
## Usage
|
|
52
52
|
|
|
53
|
-
If you don
|
|
53
|
+
If you don’t 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
|
|
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
|
|
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).
|
|
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
|
|
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://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.
|
|
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.
|
|
3
|
+
"version": "12.1.3",
|
|
4
4
|
"description": "Anolilab Coding Standard for text linting.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"name": "Daniel Bannert",
|
|
49
49
|
"email": "d.bannert@anolilab.de"
|
|
50
50
|
},
|
|
51
|
+
"sideEffects": false,
|
|
51
52
|
"type": "module",
|
|
52
53
|
"bin": {
|
|
53
54
|
"textlint-config:install": "./dist/bin.mjs"
|
|
@@ -62,8 +63,8 @@
|
|
|
62
63
|
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
|
|
63
64
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
|
|
64
65
|
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
|
|
65
|
-
"@textlint/ast-node-types": "15.5.
|
|
66
|
-
"@textlint/types": "15.5.
|
|
66
|
+
"@textlint/ast-node-types": "15.5.2",
|
|
67
|
+
"@textlint/types": "15.5.2",
|
|
67
68
|
"textlint-filter-rule-comments": "1.3.0",
|
|
68
69
|
"textlint-rule-abbr-within-parentheses": "^1.0.2",
|
|
69
70
|
"textlint-rule-alex": "^5.0.0",
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
"write-good": "^1.0.8"
|
|
83
84
|
},
|
|
84
85
|
"peerDependencies": {
|
|
85
|
-
"textlint": "15.5.
|
|
86
|
+
"textlint": "15.5.2"
|
|
86
87
|
},
|
|
87
88
|
"engines": {
|
|
88
89
|
"node": ">=20.18.* <=25.*"
|