@modern-js-app/eslint-config 1.2.3 → 1.2.6
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 +26 -0
- package/{eslintrc.js → base.js} +10 -756
- package/index.js +4 -1
- package/jest.config.js +0 -1
- package/lite.js +4 -0
- package/package.json +5 -5
- package/prettier.js +26 -0
- package/ts.js +410 -0
- package/ts.withType.js +57 -0
- package/eslintrc.prettier.js +0 -83
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @modern-js-app/eslint-config
|
|
2
2
|
|
|
3
|
+
## 1.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8e737893: feat: disable promise/prefer-await-to-then
|
|
8
|
+
- 8e737893: feat: disable require-atomic-updates
|
|
9
|
+
- a2761eb7: fix: exclude modern.config.ts from with type rules
|
|
10
|
+
- 8e737893: feat: disable no-shadow
|
|
11
|
+
- 8e737893: feat: disable @typescript-eslint/no-base-to-string
|
|
12
|
+
- 8e737893: feat: disable filenames/match-exported
|
|
13
|
+
- Updated dependencies [9d4a005b]
|
|
14
|
+
- @modern-js/babel-preset-app@1.2.5
|
|
15
|
+
|
|
16
|
+
## 1.2.5
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 10f47286: fix: typescript eslint rule due to @typescript-eslint/eslint-plugin's breaking change
|
|
21
|
+
- 0ef81796: feat: simplify react eslint rules
|
|
22
|
+
|
|
23
|
+
## 1.2.4
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 87e68464: refactor: eslint rule configs
|
|
28
|
+
|
|
3
29
|
## 1.2.3
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|