@eslinted/core 32.2.4 → 32.2.5

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 +8 -6
  2. package/package.json +1 -1
package/.gitattributes CHANGED
@@ -1,23 +1,25 @@
1
1
  ##############################
2
2
  #### .gitattributes ####
3
- #### v253.0.0 ####
3
+ #### v253.1.0 ####
4
4
  ##############################
5
5
 
6
6
  * text=auto
7
7
 
8
+ *.ics text eol=crlf
9
+
8
10
  *.cmd text eol=crlf
9
11
  *.bat text eol=crlf
10
12
  *.reg text eol=crlf working-tree-encoding=UTF-8
11
- *.ics text eol=crlf
13
+
14
+ *.ps1 text eol=lf working-tree-encoding=UTF-8
15
+ *.psm1 text eol=lf working-tree-encoding=UTF-8
16
+ *.psd1 text eol=lf working-tree-encoding=UTF-8
17
+ *.ps1xml text eol=lf working-tree-encoding=UTF-8
12
18
 
13
19
  *.sh text eol=lf
14
20
  *.bashrc text eol=lf
15
21
  *.bash_profile text eol=lf
16
22
  *.bash_aliases text eol=lf
17
- *.ps1 text eol=lf
18
- *.psm1 text eol=lf
19
- *.psd1 text eol=lf
20
- *.ps1xml text eol=lf
21
23
 
22
24
  LICENSE text eol=lf
23
25
  *.gitattributes 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.2.4",
6
+ "version": "32.2.5",
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": [],