@eslinted/core 31.0.1 → 31.0.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 +44 -0
- package/package.json +2 -2
package/.gitattributes
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
* text=auto
|
|
2
|
+
|
|
3
|
+
*.{cmd,[cC][mM][dD]} text eol=crlf
|
|
4
|
+
*.{bat,[bB][aA][tT]} text eol=crlf
|
|
5
|
+
*.{ics,[iI][cC][sS]} text eol=crlf
|
|
6
|
+
*.sh text eol=lf
|
|
7
|
+
*.bash_profile text eol=lf
|
|
8
|
+
*.bashrc text eol=lf
|
|
9
|
+
*.bash_aliases text eol=lf
|
|
10
|
+
|
|
11
|
+
*.gitattributes text eol=lf
|
|
12
|
+
*.gitconfig text eol=lf
|
|
13
|
+
*.gitignore text eol=lf
|
|
14
|
+
*.git-credentials text eol=lf
|
|
15
|
+
LICENSE text eol=lf
|
|
16
|
+
*.txt text eol=lf
|
|
17
|
+
*.md text eol=lf
|
|
18
|
+
*.json text eol=lf
|
|
19
|
+
*.jsonc text eol=lf
|
|
20
|
+
*.yml text eol=lf
|
|
21
|
+
*.yaml text eol=lf
|
|
22
|
+
*.npmrc text eol=lf
|
|
23
|
+
*.js text eol=lf
|
|
24
|
+
*.cjs text eol=lf
|
|
25
|
+
*.mjs text eol=lf
|
|
26
|
+
*.jsx text eol=lf
|
|
27
|
+
*.ts text eol=lf
|
|
28
|
+
*.cts text eol=lf
|
|
29
|
+
*.mts text eol=lf
|
|
30
|
+
*.tsx text eol=lf
|
|
31
|
+
*.svelte text eol=lf
|
|
32
|
+
*.html text eol=lf
|
|
33
|
+
*.css text eol=lf
|
|
34
|
+
*.svg text eol=lf
|
|
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
|
|
42
|
+
*.py text eol=lf
|
|
43
|
+
*.jinja text eol=lf
|
|
44
|
+
*.example 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": "31.0.
|
|
6
|
+
"version": "31.0.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": [],
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@types/chai": "^5.2.3",
|
|
25
25
|
"@types/mocha": "^10.0.10",
|
|
26
26
|
"chai": "^6.2.1",
|
|
27
|
-
"mocha": "11.
|
|
27
|
+
"mocha": "^11.7.5",
|
|
28
28
|
"ts-add-js-extension": "^1.6.6",
|
|
29
29
|
"typescript": "^5.9.3"
|
|
30
30
|
},
|