@eslinted/defaults 21.1.2 → 21.1.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 +2 -1
  2. package/package.json +1 -1
package/.gitattributes CHANGED
@@ -1,6 +1,6 @@
1
1
  ##############################
2
2
  #### .gitattributes ####
3
- #### @version 253.4.0 ####
3
+ #### @version 253.4.1 ####
4
4
  ##############################
5
5
 
6
6
  #@doc https://git-scm.com/docs/gitattributes
@@ -66,6 +66,7 @@ LICENSE text eol=lf
66
66
  *.csproj text eol=lf
67
67
  *.sln text eol=lf
68
68
  *.slnx text eol=lf
69
+ *.props text eol=lf
69
70
  *.ps1xml text eol=lf
70
71
  *.exportedUI text eol=lf
71
72
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
4
4
  "$schema": "https://json.schemastore.org/package",
5
5
  "name": "@eslinted/defaults",
6
- "version": "21.1.2",
6
+ "version": "21.1.3",
7
7
  "repository": "github:jimmy-zhening-luo/linted-defaults",
8
8
  "description": "Default scopes for `linted`",
9
9
  "keywords": [],