@eslinted/defaults 19.4.1 → 19.4.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.
Files changed (2) hide show
  1. package/.gitattributes +2 -2
  2. package/package.json +1 -1
package/.gitattributes CHANGED
@@ -1,13 +1,13 @@
1
1
  ##############################
2
2
  #### .gitattributes ####
3
- #### v252.4.0 ####
3
+ #### v253.0.0 ####
4
4
  ##############################
5
5
 
6
6
  * text=auto
7
7
 
8
8
  *.cmd text eol=crlf
9
9
  *.bat text eol=crlf
10
- *.reg text eol=crlf
10
+ *.reg text eol=crlf working-tree-encoding=UTF-8
11
11
  *.ics text eol=crlf
12
12
 
13
13
  *.sh 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.4.1",
6
+ "version": "19.4.2",
7
7
  "repository": "github:jimmy-zhening-luo/linted-defaults",
8
8
  "description": "Default scopes for `linted`",
9
9
  "keywords": [],