@eslinted/core 32.1.6 → 32.1.7

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 +1 -1
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": "@eslinted/core",
6
- "version": "32.1.6",
6
+ "version": "32.1.7",
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": [],