@platformos/platformos-check-node 0.0.17 → 0.0.19

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/configs/all.yml CHANGED
@@ -30,13 +30,13 @@ InvalidHashAssignTarget:
30
30
  JSONSyntaxError:
31
31
  enabled: true
32
32
  severity: 0
33
- LiquidHTMLSyntaxError:
33
+ JsonLiteralQuoteStyle:
34
34
  enabled: true
35
35
  severity: 0
36
- MatchingTranslations:
36
+ LiquidHTMLSyntaxError:
37
37
  enabled: true
38
38
  severity: 0
39
- MetadataParamsCheck:
39
+ MatchingTranslations:
40
40
  enabled: true
41
41
  severity: 0
42
42
  MissingAsset:
@@ -61,6 +61,9 @@ OrphanedPartial:
61
61
  ParserBlockingScript:
62
62
  enabled: true
63
63
  severity: 0
64
+ PartialCallArguments:
65
+ enabled: true
66
+ severity: 0
64
67
  TranslationKeyExists:
65
68
  enabled: true
66
69
  severity: 0
@@ -91,6 +94,9 @@ UnusedDocParam:
91
94
  ValidDocParamTypes:
92
95
  enabled: true
93
96
  severity: 0
97
+ ValidFrontmatter:
98
+ enabled: true
99
+ severity: 1
94
100
  ValidHTMLTranslation:
95
101
  enabled: true
96
102
  severity: 1
@@ -30,13 +30,13 @@ InvalidHashAssignTarget:
30
30
  JSONSyntaxError:
31
31
  enabled: true
32
32
  severity: 0
33
- LiquidHTMLSyntaxError:
33
+ JsonLiteralQuoteStyle:
34
34
  enabled: true
35
35
  severity: 0
36
- MatchingTranslations:
36
+ LiquidHTMLSyntaxError:
37
37
  enabled: true
38
38
  severity: 0
39
- MetadataParamsCheck:
39
+ MatchingTranslations:
40
40
  enabled: true
41
41
  severity: 0
42
42
  MissingAsset:
@@ -61,6 +61,9 @@ OrphanedPartial:
61
61
  ParserBlockingScript:
62
62
  enabled: true
63
63
  severity: 0
64
+ PartialCallArguments:
65
+ enabled: true
66
+ severity: 0
64
67
  TranslationKeyExists:
65
68
  enabled: true
66
69
  severity: 0
@@ -91,6 +94,9 @@ UnusedDocParam:
91
94
  ValidDocParamTypes:
92
95
  enabled: true
93
96
  severity: 0
97
+ ValidFrontmatter:
98
+ enabled: true
99
+ severity: 1
94
100
  ValidHTMLTranslation:
95
101
  enabled: true
96
102
  severity: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformos/platformos-check-node",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "platformOS",
@@ -33,8 +33,8 @@
33
33
  "type-check": "tsc --noEmit"
34
34
  },
35
35
  "dependencies": {
36
- "@platformos/platformos-check-common": "0.0.17",
37
- "@platformos/platformos-check-docs-updater": "0.0.17",
36
+ "@platformos/platformos-check-common": "0.0.19",
37
+ "@platformos/platformos-check-docs-updater": "0.0.19",
38
38
  "glob": "^13.0.0",
39
39
  "normalize-path": "^3.0.0",
40
40
  "vscode-uri": "^3.1.0",