@eslinted/core 18.10.4 → 18.10.6

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.
@@ -33,4 +33,5 @@ jobs:
33
33
  - name: Publish to NPM
34
34
  id: publish
35
35
  run: npm publish
36
- env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
36
+ env:
37
+ NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"
@@ -33,4 +33,5 @@ jobs:
33
33
  - name: Publish to NPM
34
34
  id: publish
35
35
  run: npm publish
36
- env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
36
+ env:
37
+ NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"
@@ -107,9 +107,7 @@
107
107
  "shortcut_syntax": false,
108
108
  } /* MD052 */,
109
109
  "link-image-reference-definitions": {
110
- "ignored_definitions": [
111
- "//",
112
- ] /* @default: ["//"] */,
110
+ "ignored_definitions": ["//"] /* @default: ["//"] */,
113
111
  } /* MD053 */,
114
112
  "link-image-style": {
115
113
  "autolink": true,
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": "18.10.4",
6
+ "version": "18.10.6",
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
8
8
  "private": false,
9
9
  "engineStrict": true,