@eslinted/core 32.1.2 → 32.1.3
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/.gitattributes +24 -15
- package/package.json +1 -1
package/.gitattributes
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
* text=auto
|
|
2
2
|
|
|
3
|
-
*.
|
|
4
|
-
*.
|
|
5
|
-
*.
|
|
3
|
+
*.cmd text eol=crlf
|
|
4
|
+
*.bat text eol=crlf
|
|
5
|
+
*.ics text eol=crlf
|
|
6
6
|
*.sh text eol=lf
|
|
7
|
-
*.bash_profile text eol=lf
|
|
8
7
|
*.bashrc text eol=lf
|
|
8
|
+
*.bash_profile text eol=lf
|
|
9
9
|
*.bash_aliases text eol=lf
|
|
10
|
+
*.ps1 text eol=lf
|
|
11
|
+
*.psm1 text eol=lf
|
|
12
|
+
*.psd1 text eol=lf
|
|
10
13
|
|
|
11
14
|
*.gitattributes text eol=lf
|
|
12
15
|
*.gitconfig text eol=lf
|
|
13
16
|
*.gitignore text eol=lf
|
|
14
|
-
|
|
17
|
+
|
|
15
18
|
LICENSE text eol=lf
|
|
16
19
|
*.txt text eol=lf
|
|
17
20
|
*.md text eol=lf
|
|
@@ -19,7 +22,18 @@ LICENSE text eol=lf
|
|
|
19
22
|
*.jsonc text eol=lf
|
|
20
23
|
*.yml text eol=lf
|
|
21
24
|
*.yaml text eol=lf
|
|
22
|
-
*.
|
|
25
|
+
*.csv text eol=lf
|
|
26
|
+
*.tsv text eol=lf
|
|
27
|
+
*.svg text eol=lf
|
|
28
|
+
*.xml text eol=lf
|
|
29
|
+
*.plist text eol=lf
|
|
30
|
+
*.h text eol=lf
|
|
31
|
+
*.hpp text eol=lf
|
|
32
|
+
*.hxx text eol=lf
|
|
33
|
+
*.c text eol=lf
|
|
34
|
+
*.cpp text eol=lf
|
|
35
|
+
*.cxx text eol=lf
|
|
36
|
+
*.cc text eol=lf
|
|
23
37
|
*.js text eol=lf
|
|
24
38
|
*.cjs text eol=lf
|
|
25
39
|
*.mjs text eol=lf
|
|
@@ -28,18 +42,13 @@ LICENSE text eol=lf
|
|
|
28
42
|
*.cts text eol=lf
|
|
29
43
|
*.mts text eol=lf
|
|
30
44
|
*.tsx text eol=lf
|
|
31
|
-
*.svelte text eol=lf
|
|
32
45
|
*.html text eol=lf
|
|
33
46
|
*.css text eol=lf
|
|
34
|
-
*.
|
|
35
|
-
*.csv text eol=lf
|
|
36
|
-
*.tsv text eol=lf
|
|
37
|
-
*.ps1 text eol=lf
|
|
38
|
-
*.psm1 text eol=lf
|
|
39
|
-
*.psd1 text eol=lf
|
|
40
|
-
*.claspignore text eol=lf
|
|
41
|
-
*.funcignore text eol=lf
|
|
47
|
+
*.svelte text eol=lf
|
|
42
48
|
*.py text eol=lf
|
|
43
49
|
*.jinja text eol=lf
|
|
50
|
+
*.claspignore text eol=lf
|
|
51
|
+
*.funcignore text eol=lf
|
|
52
|
+
*.npmrc text eol=lf
|
|
44
53
|
*.example text eol=lf
|
|
45
54
|
*.code-snippets text eol=lf
|
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.
|
|
6
|
+
"version": "32.1.3",
|
|
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": [],
|