@modern-js-app/eslint-config 2.0.0-beta.2 → 2.0.0-beta.3

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 +21 -0
  2. package/base.js +1 -1
  3. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @modern-js-app/eslint-config
2
2
 
3
+ ## 2.0.0-beta.3
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
+ - f680410: feat: upgrade ESLint to 8.x version
16
+
17
+ feat: 升级 ESLint 到 8.x 版本
18
+
19
+ - Updated dependencies [decfcd989d]
20
+ - Updated dependencies [dda38c9c3e]
21
+ - Updated dependencies [fd1d9fd]
22
+ - @modern-js/babel-preset-app@2.0.0-beta.3
23
+
3
24
  ## 2.0.0-beta.2
4
25
 
5
26
  ### Major Changes
package/base.js CHANGED
@@ -91,7 +91,7 @@ module.exports = {
91
91
  * @TIPS: for non-VS Code users, please use `debugger // eslint-disable-line`
92
92
  * instead of `debugger` to avoid it to be removed by IDE's autoFixOnSave feature
93
93
  */
94
- 'no-debugger': 'error',
94
+ 'no-debugger': 'off',
95
95
  // https://eslint.org/docs/rules/no-dupe-args
96
96
  'no-dupe-args': 'error',
97
97
  // https://eslint.org/docs/rules/no-dupe-keys
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js-app/eslint-config",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.3",
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",
@@ -18,24 +18,24 @@
18
18
  "@babel/eslint-plugin": "^7.17.7",
19
19
  "@typescript-eslint/eslint-plugin": "^5.17.0",
20
20
  "@typescript-eslint/parser": "^5.17.0",
21
- "eslint": "^7.32.0",
21
+ "eslint": "^8.28.0",
22
22
  "eslint-config-prettier": "^8.3.0",
23
23
  "eslint-plugin-eslint-comments": "^3.2.0",
24
24
  "eslint-plugin-filenames": "^1.3.2",
25
25
  "eslint-plugin-import": "^2.24.1",
26
- "eslint-plugin-markdown": "^2.2.0",
26
+ "eslint-plugin-markdown": "^3.0.0",
27
27
  "eslint-plugin-node": "^11.1.0",
28
28
  "eslint-plugin-prettier": "^4.0.0",
29
- "eslint-plugin-promise": "^5.1.0",
29
+ "eslint-plugin-promise": "^6.1.1",
30
30
  "eslint-plugin-react": "^7.24.0",
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.2"
34
+ "@modern-js/babel-preset-app": "2.0.0-beta.3"
35
35
  },
36
36
  "devDependencies": {
37
- "eslint-find-rules": "^3.4.0",
38
- "@scripts/build": "2.0.0-beta.2"
37
+ "eslint-find-rules": "^4.1.0",
38
+ "@scripts/build": "2.0.0-beta.3"
39
39
  },
40
40
  "publishConfig": {
41
41
  "registry": "https://registry.npmjs.org/",