@rushstack/eslint-config 2.4.4 → 2.4.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.
- package/CHANGELOG.json +12 -0
- package/CHANGELOG.md +6 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.4.5",
|
|
6
|
+
"tag": "@rushstack/eslint-config_v2.4.5",
|
|
7
|
+
"date": "Fri, 05 Nov 2021 15:09:18 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.1.0`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "2.4.4",
|
|
6
18
|
"tag": "@rushstack/eslint-config_v2.4.4",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @rushstack/eslint-config
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 05 Nov 2021 15:09:18 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.4.5
|
|
6
|
+
Fri, 05 Nov 2021 15:09:18 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 2.4.4
|
|
6
11
|
Wed, 27 Oct 2021 00:08:15 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"typescript": ">=3.0.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@rushstack/eslint-patch": "1.0
|
|
26
|
+
"@rushstack/eslint-patch": "1.1.0",
|
|
27
27
|
"@rushstack/eslint-plugin": "0.8.3",
|
|
28
28
|
"@rushstack/eslint-plugin-packlets": "0.3.3",
|
|
29
29
|
"@rushstack/eslint-plugin-security": "0.2.3",
|