@eslinted/defaults 17.9.0 → 17.9.1

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
- #### v252.0.0 ####
3
+ #### v252.1.0 ####
4
4
  ##############################
5
5
 
6
6
  * text=auto
@@ -25,6 +25,7 @@ LICENSE text eol=lf
25
25
  *.json text eol=lf
26
26
  *.jsonc text eol=lf
27
27
  *.code-snippets text eol=lf
28
+ *.code-workspace text eol=lf
28
29
  *.yml text eol=lf
29
30
  *.yaml text eol=lf
30
31
  *.csv 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": "17.9.0",
6
+ "version": "17.9.1",
7
7
  "repository": "github:jimmy-zhening-luo/linted-defaults",
8
8
  "description": "Default scopes for `linted`",
9
9
  "keywords": [],