@modern-js-app/eslint-config 2.0.0-beta.7 → 2.0.1

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 +25 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @modern-js-app/eslint-config
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/babel-preset-app@2.0.1
8
+
9
+ ## 2.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - dda38c9c3e: chore: v2
14
+
15
+ ### Patch Changes
16
+
17
+ - d4a456659b: chore: rename plugin-jarvis to plugin-lint
18
+
19
+ chore: 重命名 plugin-jarvis 为 plugin-lint
20
+
21
+ - f680410886: feat: upgrade ESLint to 8.x version
22
+
23
+ feat: 升级 ESLint 到 8.x 版本
24
+
25
+ - Updated dependencies [dda38c9c3e]
26
+ - @modern-js/babel-preset-app@2.0.0
27
+
3
28
  ## 2.0.0-beta.7
4
29
 
5
30
  ### 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.7",
3
+ "version": "2.0.1",
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.7"
34
+ "@modern-js/babel-preset-app": "2.0.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "eslint-find-rules": "^4.1.0",
38
- "@scripts/build": "2.0.0-beta.7"
38
+ "@scripts/build": "2.0.1"
39
39
  },
40
40
  "publishConfig": {
41
41
  "registry": "https://registry.npmjs.org/",