@eslinted/core 32.1.12 → 32.1.13

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- // #region v38.1.1
2
+ // #region v40.0.0
3
3
  "$schema": "https://gist.githubusercontent.com/jimmy-zhening-luo/e0d6b5715f0df18bc462f752520bd485/raw",
4
4
  "$help": {
5
5
  "link": "https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md",
@@ -12,14 +12,14 @@
12
12
  "ul-style": false /* MD004 */,
13
13
  "list-indent": true /* MD005 */,
14
14
  "ul-indent": {
15
- "indent": 4,
15
+ "indent": 2,
16
16
  } /* MD007 */,
17
17
  "no-trailing-spaces": {
18
18
  "br_spaces": 0,
19
19
  "strict": true,
20
20
  } /* MD009 */,
21
21
  "no-hard-tabs": {
22
- "spaces_per_tab": 4,
22
+ "spaces_per_tab": 2,
23
23
  "ignore_code_languages": [],
24
24
  } /* MD010 */,
25
25
  "no-reversed-links": true /* MD011 */,
@@ -94,4 +94,8 @@
94
94
  "table-column-count": true /* MD056 */,
95
95
  "blanks-around-tables": true /* MD058 */,
96
96
  "descriptive-link-text": false /* MD059 */,
97
+ "table-column-style": {
98
+ "style": "aligned",
99
+ "aligned_delimiter": true /* implicitly true when style:aligned */,
100
+ } /* MD060 */,
97
101
  }
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # [`@eslinted/core`](https://www.npmjs.com/package/@eslinted/core)
2
+
2
3
  [![NPM Publish](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml/badge.svg)](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml)
3
4
 
4
5
  Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/core",
6
- "version": "32.1.12",
6
+ "version": "32.1.13",
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
8
8
  "description": "Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.",
9
9
  "keywords": [],