@knotx/eslint-config 0.0.7 → 0.2.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/CHANGELOG.md +8 -52
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,61 +1,17 @@
|
|
|
1
1
|
# @knotx/eslint-config
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.2.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @knotx/typescript-config@0.
|
|
7
|
+
- 82d596c: .mjs to .js
|
|
8
|
+
- Updated dependencies [82d596c]
|
|
9
|
+
- @knotx/typescript-config@0.2.2
|
|
10
10
|
|
|
11
|
-
## 0.
|
|
11
|
+
## 0.2.1
|
|
12
12
|
|
|
13
13
|
### Patch Changes
|
|
14
14
|
|
|
15
|
-
-
|
|
16
|
-
- Updated dependencies [
|
|
17
|
-
- @knotx/typescript-config@0.
|
|
18
|
-
|
|
19
|
-
## 0.0.5
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- 7d77292: daily build
|
|
24
|
-
- Updated dependencies [7d77292]
|
|
25
|
-
- @knotx/typescript-config@0.0.5
|
|
26
|
-
|
|
27
|
-
## 0.0.4
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- 84c19ac: daily upgrade
|
|
32
|
-
- Updated dependencies [84c19ac]
|
|
33
|
-
- @knotx/typescript-config@0.0.4
|
|
34
|
-
|
|
35
|
-
## 0.0.3
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- f3d58bd: registry setting
|
|
40
|
-
- Updated dependencies [f3d58bd]
|
|
41
|
-
- @knotx/typescript-config@0.0.3
|
|
42
|
-
|
|
43
|
-
## 0.0.2
|
|
44
|
-
|
|
45
|
-
### Patch Changes
|
|
46
|
-
|
|
47
|
-
- 37e710d: cli playground
|
|
48
|
-
- Updated dependencies [37e710d]
|
|
49
|
-
- @knotx/typescript-config@0.0.2
|
|
50
|
-
|
|
51
|
-
## 0.0.1
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- 5d5d826: ci publish retry
|
|
56
|
-
- f4c63a1: remove utils dependency
|
|
57
|
-
- 7f87693: first release
|
|
58
|
-
- Updated dependencies [5d5d826]
|
|
59
|
-
- Updated dependencies [f4c63a1]
|
|
60
|
-
- Updated dependencies [7f87693]
|
|
61
|
-
- @knotx/typescript-config@0.0.1
|
|
15
|
+
- 2ffd3c5: restart 0.2.0
|
|
16
|
+
- Updated dependencies [2ffd3c5]
|
|
17
|
+
- @knotx/typescript-config@0.2.1
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knotx/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
"module": "./index.js",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@antfu/eslint-config": "^4.11.0",
|
|
19
|
-
"@knotx/typescript-config": "0.
|
|
19
|
+
"@knotx/typescript-config": "0.2.2"
|
|
20
20
|
}
|
|
21
21
|
}
|