@modern-js-app/eslint-config 1.2.2 → 1.2.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.md +19 -0
- package/{eslintrc.js → base.js} +9 -733
- package/index.js +4 -1
- package/lite.js +4 -0
- package/package.json +4 -4
- package/prettier.js +26 -0
- package/ts.js +421 -0
- package/ts.withType.js +61 -0
- package/eslintrc.prettier.js +0 -83
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @modern-js-app/eslint-config
|
|
2
2
|
|
|
3
|
+
## 1.2.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 10f47286: fix: typescript eslint rule due to @typescript-eslint/eslint-plugin's breaking change
|
|
8
|
+
- 0ef81796: feat: simplify react eslint rules
|
|
9
|
+
|
|
10
|
+
## 1.2.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 87e68464: refactor: eslint rule configs
|
|
15
|
+
|
|
16
|
+
## 1.2.3
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- b44c02d4: fix: remove no-invalid-void-type rule
|
|
21
|
+
|
|
3
22
|
## 1.2.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|