@eslinted/defaults 19.5.1 → 19.5.2
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 +8 -6
- package/package.json +1 -1
package/.gitattributes
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
##############################
|
|
2
2
|
#### .gitattributes ####
|
|
3
|
-
#### v253.
|
|
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
|
-
|
|
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/defaults",
|
|
6
|
-
"version": "19.5.
|
|
6
|
+
"version": "19.5.2",
|
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-defaults",
|
|
8
8
|
"description": "Default scopes for `linted`",
|
|
9
9
|
"keywords": [],
|