@anolilab/textlint-config 2.0.5 → 2.0.9

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +38 -0
  3. package/package.json +19 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ### @anolilab/textlint-config [2.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@2.0.8...@anolilab/textlint-config@2.0.9) (2021-12-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency textlint to v12.1.0 ([19b856c](https://github.com/anolilab/javascript-style-guide/commit/19b856c83ce661af9d6a1bb3a584af8ca0465188))
7
+
8
+ ### @anolilab/textlint-config [2.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@2.0.7...@anolilab/textlint-config@2.0.8) (2021-11-08)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency textlint-rule-no-dead-link to v4.8.0 ([1de655e](https://github.com/anolilab/javascript-style-guide/commit/1de655e00a3f952163c346ae8d032be2e1cf5a20))
14
+
15
+ ### @anolilab/textlint-config [2.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@2.0.6...@anolilab/textlint-config@2.0.7) (2021-09-02)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * added funding to the package ([f90d18f](https://github.com/anolilab/javascript-style-guide/commit/f90d18f8347a4bdc395b1740c85ac74a4072297c))
21
+
22
+ ### @anolilab/textlint-config [2.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@2.0.5...@anolilab/textlint-config@2.0.6) (2021-09-02)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * fixed release flow in all packages ([8c5ec13](https://github.com/anolilab/javascript-style-guide/commit/8c5ec1341e11ccf48d8d3e8f8808fb162d062d97))
28
+
1
29
  ### @anolilab/textlint-config [2.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@2.0.4...@anolilab/textlint-config@2.0.5) (2021-07-21)
2
30
 
3
31
 
package/README.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Text-lint Config
2
2
 
3
+ Anolilab Coding Standard for text linting.
4
+
5
+ ---
6
+
7
+ <div align="center">
8
+ <p>
9
+ <sup>
10
+ Daniel Bannert's open source work is supported by the community on <a href="https://github.com/sponsors/prisis">GitHub Sponsors</a>
11
+ </sup>
12
+ </p>
13
+ </div>
14
+
15
+ ---
16
+
3
17
  ## Install
4
18
 
5
19
  ```bash
@@ -159,3 +173,27 @@ If you already have a `.textlintrc`, then you can extend the `.textlintrc`, with
159
173
  }
160
174
  }
161
175
  ```
176
+
177
+ ## Supported Node.js Versions
178
+
179
+ Libraries in this ecosystem make the best effort to track
180
+ [Node.js' release schedule](https://nodejs.org/en/about/releases/). Here's [a
181
+ post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
182
+
183
+ Contributing
184
+ ------------
185
+
186
+ If you would like to help take a look at the [list of issues](https://github.com/anolilab/javascript-style-guide/issues) and check our [Contributing](.github/CONTRIBUTING.md) guild.
187
+
188
+ > **Note:** please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
189
+
190
+ Credits
191
+ -------------
192
+
193
+ - [Daniel Bannert](https://github.com/prisis)
194
+ - [All Contributors](https://github.com/anolilab/javascript-style-guide/graphs/contributors)
195
+
196
+ License
197
+ -------------
198
+
199
+ The anolilab javascript-style-guide is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "2.0.5",
3
+ "version": "2.0.9",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -9,8 +9,22 @@
9
9
  "textlint",
10
10
  "write-good"
11
11
  ],
12
- "homepage": "http://anolilab.com/nodejs/packages/browserslist-config",
13
- "repository": "https://github.com/anolilab/javascript-style-guide.git",
12
+ "homepage": "https://anolilab.com/nodejs/packages/textlint-config",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/anolilab/javascript-style-guide.git",
16
+ "directory": "packages/textlint-config"
17
+ },
18
+ "funding": [
19
+ {
20
+ "type": "github",
21
+ "url": "https://github.com/sponsors/prisis"
22
+ },
23
+ {
24
+ "type": "consulting",
25
+ "url": "https://anolilab.com/support"
26
+ }
27
+ ],
14
28
  "license": "MIT",
15
29
  "author": {
16
30
  "name": "Daniel Bannert",
@@ -30,7 +44,7 @@
30
44
  "@textlint-rule/textlint-rule-no-invalid-control-character": "2.0.0",
31
45
  "@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
32
46
  "@textlint-rule/textlint-rule-preset-google": "0.1.2",
33
- "textlint": "12.0.2",
47
+ "textlint": "12.1.0",
34
48
  "textlint-filter-rule-comments": "^1.2.2",
35
49
  "textlint-rule-abbr-within-parentheses": "1.0.2",
36
50
  "textlint-rule-alex": "3.0.0",
@@ -40,7 +54,7 @@
40
54
  "textlint-rule-en-capitalization": "2.0.3",
41
55
  "textlint-rule-footnote-order": "1.0.3",
42
56
  "textlint-rule-helper": "2.2.0",
43
- "textlint-rule-no-dead-link": "4.7.0",
57
+ "textlint-rule-no-dead-link": "4.8.0",
44
58
  "textlint-rule-no-empty-section": "1.1.0",
45
59
  "textlint-rule-no-todo": "2.0.1",
46
60
  "textlint-rule-terminology": "2.1.5",