linted 35.4.2 → 35.4.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.
Files changed (2) hide show
  1. package/.gitattributes +10 -2
  2. package/package.json +3 -3
package/.gitattributes CHANGED
@@ -1,3 +1,8 @@
1
+ ##############################
2
+ #### .gitattributes ####
3
+ #### v252.0.0 ####
4
+ ##############################
5
+
1
6
  * text=auto
2
7
 
3
8
  *.cmd text eol=crlf
@@ -11,11 +16,10 @@
11
16
  *.psm1 text eol=lf
12
17
  *.psd1 text eol=lf
13
18
 
19
+ LICENSE text eol=lf
14
20
  *.gitattributes text eol=lf
15
21
  *.gitconfig text eol=lf
16
22
  *.gitignore text eol=lf
17
-
18
- LICENSE text eol=lf
19
23
  *.txt text eol=lf
20
24
  *.md text eol=lf
21
25
  *.json text eol=lf
@@ -38,6 +42,10 @@ LICENSE text eol=lf
38
42
  *.cpp text eol=lf
39
43
  *.cxx text eol=lf
40
44
  *.cc text eol=lf
45
+ *.cs text eol=lf
46
+ *.csproj text eol=lf
47
+ *.sln text eol=lf
48
+ *.slnx text eol=lf
41
49
  *.js text eol=lf
42
50
  *.cjs text eol=lf
43
51
  *.mjs 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": "linted",
6
- "version": "35.4.2",
6
+ "version": "35.4.3",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
9
9
  "keywords": [
@@ -61,8 +61,8 @@
61
61
  "dependencies": {
62
62
  "@eslint/css": "0.14.1",
63
63
  "@eslint/json": "0.14.0",
64
- "@eslinted/core": "32.1.6",
65
- "@eslinted/defaults": "17.7.2",
64
+ "@eslinted/core": "32.1.7",
65
+ "@eslinted/defaults": "17.7.3",
66
66
  "@html-eslint/eslint-plugin": "0.50.0",
67
67
  "@stylistic/eslint-plugin": "5.6.1",
68
68
  "eslint-plugin-jsonc": "2.21.0",