@eslinted/defaults 18.0.0 → 18.0.1

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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/files/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAGA,wBAkCE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/files/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAGA,wBAyCE"}
@@ -7,14 +7,20 @@ export default {
7
7
  svelte: pattern("svelte"),
8
8
  html: pattern("html"),
9
9
  css: pattern("css"),
10
- json: pattern("json"),
10
+ json: pattern([
11
+ "json",
12
+ "JSON-tmLanguage",
13
+ ]),
11
14
  jsonc: [],
12
15
  jsoncc: pattern([
13
16
  "jsonc",
14
17
  "code-snippets",
15
18
  "code-workspace",
16
19
  ], {
17
- files: ["tsconfig.json", "tsconfig-*.json"],
20
+ files: [
21
+ "tsconfig.json",
22
+ "tsconfig-*.json",
23
+ ],
18
24
  folders: [".vscode"],
19
25
  paths: [".vscode/**/*.json"],
20
26
  }),
@@ -23,8 +29,7 @@ export default {
23
29
  "yaml",
24
30
  "yml.example",
25
31
  "yaml.example",
26
- "yml-example",
27
- "yaml-example",
32
+ "YAML-tmLanguage",
28
33
  ], {
29
34
  folders: [".github"],
30
35
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/files/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,aAAa,CAAC;AAClC,OAAO,EAAE,MAAM,QAAQ,CAAC;AAExB,eAAe;IACb,EAAE;IACF,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,MAAM,EAAE,OAAO,CAAC,QAAQ,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC;IACrB,GAAG,EAAE,OAAO,CAAC,KAAK,CAAC;IACnB,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC;IACrB,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,OAAO,CACb;QACE,OAAO;QACP,eAAe;QACf,gBAAgB;KACjB,EACD;QACE,KAAK,EAAE,CAAC,eAAe,EAAE,iBAAiB,CAAC;QAC3C,OAAO,EAAE,CAAC,SAAS,CAAC;QACpB,KAAK,EAAE,CAAC,mBAAmB,CAAC;KAC7B,CACF;IACD,GAAG,EAAE,OAAO,CACV;QACE,KAAK;QACL,MAAM;QACN,aAAa;QACb,cAAc;QACd,aAAa;QACb,cAAc;KACf,EACD;QACE,OAAO,EAAE,CAAC,SAAS,CAAC;KACrB,CACF;CACF,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/files/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,aAAa,CAAC;AAClC,OAAO,EAAE,MAAM,QAAQ,CAAC;AAExB,eAAe;IACb,EAAE;IACF,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,MAAM,EAAE,OAAO,CAAC,QAAQ,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC;IACrB,GAAG,EAAE,OAAO,CAAC,KAAK,CAAC;IACnB,IAAI,EAAE,OAAO,CACX;QACE,MAAM;QACN,iBAAiB;KAClB,CACF;IACD,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,OAAO,CACb;QACE,OAAO;QACP,eAAe;QACf,gBAAgB;KACjB,EACD;QACE,KAAK,EAAE;YACL,eAAe;YACf,iBAAiB;SAClB;QACD,OAAO,EAAE,CAAC,SAAS,CAAC;QACpB,KAAK,EAAE,CAAC,mBAAmB,CAAC;KAC7B,CACF;IACD,GAAG,EAAE,OAAO,CACV;QACE,KAAK;QACL,MAAM;QACN,aAAa;QACb,cAAc;QACd,iBAAiB;KAClB,EACD;QACE,OAAO,EAAE,CAAC,SAAS,CAAC;KACrB,CACF;CACF,CAAC"}
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/defaults",
6
- "version": "18.0.0",
6
+ "version": "18.0.1",
7
7
  "repository": "github:jimmy-zhening-luo/linted-defaults",
8
8
  "description": "Default scopes for `linted`",
9
9
  "keywords": [],
@@ -8,7 +8,12 @@ export default {
8
8
  svelte: pattern("svelte"),
9
9
  html: pattern("html"),
10
10
  css: pattern("css"),
11
- json: pattern("json"),
11
+ json: pattern(
12
+ [
13
+ "json",
14
+ "JSON-tmLanguage",
15
+ ],
16
+ ),
12
17
  jsonc: [],
13
18
  jsoncc: pattern(
14
19
  [
@@ -17,7 +22,10 @@ export default {
17
22
  "code-workspace",
18
23
  ],
19
24
  {
20
- files: ["tsconfig.json", "tsconfig-*.json"],
25
+ files: [
26
+ "tsconfig.json",
27
+ "tsconfig-*.json",
28
+ ],
21
29
  folders: [".vscode"],
22
30
  paths: [".vscode/**/*.json"],
23
31
  },
@@ -28,8 +36,7 @@ export default {
28
36
  "yaml",
29
37
  "yml.example",
30
38
  "yaml.example",
31
- "yml-example",
32
- "yaml-example",
39
+ "YAML-tmLanguage",
33
40
  ],
34
41
  {
35
42
  folders: [".github"],