linted 40.3.2 → 40.4.0

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/.editorconfig ADDED
@@ -0,0 +1,26 @@
1
+ ##############################
2
+ #### .editorconfig ####
3
+ #### @version 01702.0.0 ####
4
+ ##############################
5
+
6
+ #@doc https://editorconfig.org/
7
+ #@doc https://github.com/editorconfig/editorconfig-vscode?tab=readme-ov-file#supported-properties
8
+
9
+ root = true
10
+
11
+ [*]
12
+ charset = utf-8
13
+ end_of_line = lf
14
+ indent_style = space
15
+ indent_size = 2
16
+ insert_final_newline = true
17
+ trim_trailing_whitespace = true
18
+
19
+ [*.{ics,cmd,bat,reg}]
20
+ end_of_line = crlf
21
+
22
+ [*.{txt,ini,csv,tsv}]
23
+ indent_style = unset
24
+
25
+ [*,{csv,tsv}]
26
+ indent_size = 4
package/.gitattributes CHANGED
@@ -1,16 +1,24 @@
1
1
  ##############################
2
2
  #### .gitattributes ####
3
- #### v253.1.0 ####
3
+ #### @version 253.4.0 ####
4
4
  ##############################
5
5
 
6
+ #@doc https://git-scm.com/docs/gitattributes
7
+
8
+
6
9
  * text=auto
7
10
 
11
+
12
+ #region CRLF
8
13
  *.ics text eol=crlf
9
14
 
10
15
  *.cmd text eol=crlf
11
16
  *.bat text eol=crlf
12
17
  *.reg text eol=crlf working-tree-encoding=UTF-8
18
+ #endregion
13
19
 
20
+
21
+ #region LF
14
22
  *.ps1 text eol=lf working-tree-encoding=UTF-8
15
23
  *.psm1 text eol=lf working-tree-encoding=UTF-8
16
24
  *.psd1 text eol=lf working-tree-encoding=UTF-8
@@ -22,23 +30,57 @@
22
30
  *.bash_aliases text eol=lf
23
31
 
24
32
  LICENSE text eol=lf
25
- *.gitattributes text eol=lf
26
33
  *.gitconfig text eol=lf
27
34
  *.gitignore text eol=lf
35
+ *.gitattributes text eol=lf
36
+ *.editorconfig text eol=lf
37
+ *.npmrc text eol=lf
38
+ *.claspignore text eol=lf
39
+ *.funcignore text eol=lf
28
40
 
29
41
  *.txt text eol=lf
30
42
  *.md text eol=lf
31
- *.h text eol=lf
32
- *.hpp text eol=lf
33
- *.hxx text eol=lf
43
+ *.example text eol=lf
44
+
45
+ *.json text eol=lf
46
+ *.jsonc text eol=lf
47
+ *.jsonl text eol=lf
48
+ *.json5 text eol=lf
49
+ *.JSON-tmLanguage text eol=lf
50
+ *.code-snippets text eol=lf
51
+ *.code-workspace text eol=lf
52
+
53
+ *.yaml text eol=lf
54
+ *.yml text eol=lf
55
+ *.YAML-tmLanguage text eol=lf
56
+
57
+ *.xml text eol=lf
58
+ *.xsd text eol=lf
59
+ *.xsl text eol=lf
60
+ *.dtd text eol=lf
61
+ *.svg text eol=lf
62
+ *.plist text eol=lf
63
+ *.tmLanguage text eol=lf
64
+ *.tmPreferences text eol=lf
65
+ *.tmTheme text eol=lf
66
+ *.csproj text eol=lf
67
+ *.sln text eol=lf
68
+ *.slnx text eol=lf
69
+ *.ps1xml text eol=lf
70
+ *.exportedUI text eol=lf
71
+
72
+ *.csv text eol=lf
73
+ *.tsv text eol=lf
74
+
34
75
  *.c text eol=lf
76
+ *.cc text eol=lf
35
77
  *.cpp text eol=lf
36
78
  *.cxx text eol=lf
37
- *.cc text eol=lf
79
+ *.h text eol=lf
80
+ *.hpp text eol=lf
81
+ *.hxx text eol=lf
38
82
  *.cs text eol=lf
39
- *.csproj text eol=lf
40
- *.sln text eol=lf
41
- *.slnx text eol=lf
83
+
42
84
  *.js text eol=lf
43
85
  *.cjs text eol=lf
44
86
  *.mjs text eol=lf
@@ -47,35 +89,16 @@ LICENSE text eol=lf
47
89
  *.cts text eol=lf
48
90
  *.mts text eol=lf
49
91
  *.tsx text eol=lf
92
+ *.svelte text eol=lf
50
93
  *.html text eol=lf
51
94
  *.css text eol=lf
52
95
  *.scss text eol=lf
53
96
  *.less text eol=lf
54
- *.svelte text eol=lf
97
+
55
98
  *.py text eol=lf
56
99
  *.jinja text eol=lf
100
+
101
+ *.adblock text eol=lf
57
102
  *.lark text eol=lf
58
103
  *.re text eol=lf
59
- *.adblock text eol=lf
60
- *.json text eol=lf
61
- *.jsonc text eol=lf
62
- *.jsonl text eol=lf
63
- *.json5 text eol=lf
64
- *.JSON-tmLanguage text eol=lf
65
- *.code-snippets text eol=lf
66
- *.code-workspace text eol=lf
67
- *.yml text eol=lf
68
- *.yaml text eol=lf
69
- *.YAML-tmLanguage text eol=lf
70
- *.xml text eol=lf
71
- *.svg text eol=lf
72
- *.plist text eol=lf
73
- *.tmLanguage text eol=lf
74
- *.tmPreferences text eol=lf
75
- *.tmTheme text eol=lf
76
- *.csv text eol=lf
77
- *.tsv text eol=lf
78
- *.npmrc text eol=lf
79
- *.funcignore text eol=lf
80
- *.claspignore text eol=lf
81
- *.example text eol=lf
104
+ #endregion
@@ -1,10 +1,7 @@
1
1
  {
2
- // #region v40.2.0
2
+ //@version 40.2.1
3
+ //@doc https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
3
4
  "$schema": "https://raw.githubusercontent.com/jzni/schema/main/app/markdownlint.json",
4
- "$help": {
5
- "link": "https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md",
6
- },
7
- // #endregion
8
5
  "heading-increment": {
9
6
  "enabled": true,
10
7
  } /* MD001 */,
package/dprint.jsonc CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- // $version: 0.5101.7
3
- // $help: https://dprint.dev/config/
2
+ //@version 0.5200.0
3
+ //@doc https://dprint.dev/config/
4
4
  "extends": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/main/.dprint.jsonc",
5
5
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "$pkg": "2413.0.0",
3
- "$schema": "https://json.schemastore.org/package",
2
+ "$pkg": "2414.0.0",
4
3
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
4
+ "$schema": "https://json.schemastore.org/package",
5
5
  "name": "linted",
6
- "version": "40.3.2",
6
+ "version": "40.4.0",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for JavaScript, TypeScript, Svelte, HTML, CSS, JSON, JSONC, and YAML.",
9
9
  "keywords": [
@@ -57,8 +57,8 @@
57
57
  "dependencies": {
58
58
  "@eslint/css": "0.14.1",
59
59
  "@eslint/json": "1.0.1",
60
- "@eslinted/core": "33.1.0",
61
- "@eslinted/defaults": "21.0.1",
60
+ "@eslinted/core": "33.1.2",
61
+ "@eslinted/defaults": "21.1.0",
62
62
  "@html-eslint/eslint-plugin": "0.58.1",
63
63
  "@stylistic/eslint-plugin": "5.10.0",
64
64
  "eslint-plugin-jsonc": "3.1.1",
@@ -1,6 +1,7 @@
1
1
  {
2
- "display": "tsc@509.7.1",
2
+ "display": "@version509.8.0",
3
3
  "$help": "https://aka.ms/tsconfig/#quick-nav-Top%20Level",
4
+ "$schema": "https://www.schemastore.org/tsconfig.json",
4
5
  "compilerOptions": {
5
6
  "allowUnreachableCode": false,
6
7
  "allowUnusedLabels": false,
@@ -26,7 +27,7 @@
26
27
  // "verbatimModuleSyntax": true,
27
28
  "lib": [
28
29
  "esnext",
29
- /* {CONFIGURE} */
30
+ /* @configure */
30
31
  ],
31
32
  "target": "esnext",
32
33
  // "skipLibCheck": true,