@modern-js-app/eslint-config 2.0.0-beta.6 → 2.0.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 (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @modern-js-app/eslint-config
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - dda38c9c3e: chore: v2
8
+
9
+ ### Patch Changes
10
+
11
+ - d4a456659b: chore: rename plugin-jarvis to plugin-lint
12
+
13
+ chore: 重命名 plugin-jarvis 为 plugin-lint
14
+
15
+ - f680410886: feat: upgrade ESLint to 8.x version
16
+
17
+ feat: 升级 ESLint 到 8.x 版本
18
+
19
+ - Updated dependencies [dda38c9c3e]
20
+ - @modern-js/babel-preset-app@2.0.0
21
+
22
+ ## 2.0.0-beta.7
23
+
24
+ ### Major Changes
25
+
26
+ - dda38c9c3e: chore: v2
27
+
28
+ ### Patch Changes
29
+
30
+ - d4a456659b: chore: rename plugin-jarvis to plugin-lint
31
+
32
+ chore: 重命名 plugin-jarvis 为 plugin-lint
33
+
34
+ - f680410886: feat: upgrade ESLint to 8.x version
35
+
36
+ feat: 升级 ESLint 到 8.x 版本
37
+
38
+ - Updated dependencies [dda38c9c3e]
39
+ - @modern-js/babel-preset-app@2.0.0-beta.7
40
+
3
41
  ## 2.0.0-beta.6
4
42
 
5
43
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js-app/eslint-config",
3
- "version": "2.0.0-beta.6",
3
+ "version": "2.0.0",
4
4
  "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
5
5
  "homepage": "https://modernjs.dev",
6
6
  "bugs": "https://github.com/modern-js-dev/modern.js/issues",
@@ -31,11 +31,11 @@
31
31
  "eslint-plugin-react-hooks": "^4.2.0",
32
32
  "prettier": "^2.3.2",
33
33
  "typescript": "^4",
34
- "@modern-js/babel-preset-app": "2.0.0-beta.6"
34
+ "@modern-js/babel-preset-app": "2.0.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "eslint-find-rules": "^4.1.0",
38
- "@scripts/build": "2.0.0-beta.6"
38
+ "@scripts/build": "2.0.0"
39
39
  },
40
40
  "publishConfig": {
41
41
  "registry": "https://registry.npmjs.org/",