@modern-js-app/eslint-config 2.37.2 → 2.38.0

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 (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/base.js +0 -2
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @modern-js-app/eslint-config
2
2
 
3
+ ## 2.38.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3304d33: chore(deps): bump @babel/core to v7.23.2
8
+
9
+ chore(deps): 升级 @babel/core 至 v7.23.2
10
+
3
11
  ## 2.37.2
4
12
 
5
13
  ## 2.37.1
package/base.js CHANGED
@@ -1080,8 +1080,6 @@ module.exports = {
1080
1080
  'import/no-default-export': 'off',
1081
1081
  // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-named-export.md
1082
1082
  'import/no-named-export': 'off',
1083
- // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-useless-path-segments.md
1084
- 'import/no-useless-path-segments': ['error', { noUselessIndex: true }],
1085
1083
  // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md
1086
1084
  'import/no-cycle': 'off',
1087
1085
  // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/dynamic-import-chunkname.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js-app/eslint-config",
3
- "version": "2.37.2",
3
+ "version": "2.38.0",
4
4
  "description": "A Progressive React Framework for modern web development.",
5
5
  "homepage": "https://modernjs.dev",
6
6
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
@@ -18,7 +18,7 @@
18
18
  "modern.js"
19
19
  ],
20
20
  "dependencies": {
21
- "@babel/core": "^7.22.15",
21
+ "@babel/core": "^7.23.2",
22
22
  "@babel/eslint-parser": "^7.22.15",
23
23
  "@babel/eslint-plugin": "^7.22.10",
24
24
  "@rsbuild/babel-preset": "0.0.7",