@sxzz/eslint-config 3.2.1 → 3.2.2

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/index.cjs CHANGED
@@ -458,6 +458,7 @@ var markdown = [
458
458
  "@typescript-eslint/no-unused-vars": "off",
459
459
  "@typescript-eslint/no-use-before-define": "off",
460
460
  "@typescript-eslint/no-var-requires": "off",
461
+ "@typescript-eslint/no-extraneous-class": "off",
461
462
  "no-alert": "off",
462
463
  "no-console": "off",
463
464
  "no-restricted-imports": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sxzz/eslint-config",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "packageManager": "pnpm@8.6.7",
5
5
  "description": "ESLint config for @sxzz.",
6
6
  "type": "module",
@@ -31,18 +31,18 @@
31
31
  "eslint": "^8.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@eslint/js": "^8.44.0",
34
+ "@eslint/js": "^8.45.0",
35
35
  "@typescript-eslint/eslint-plugin": "^6.0.0",
36
36
  "@typescript-eslint/parser": "^6.0.0",
37
37
  "eslint-config-prettier": "^8.8.0",
38
38
  "eslint-define-config": "^1.21.0",
39
- "eslint-plugin-antfu": "^0.39.7",
39
+ "eslint-plugin-antfu": "^0.39.8",
40
40
  "eslint-plugin-eslint-comments": "^3.2.0",
41
41
  "eslint-plugin-import": "^2.27.5",
42
42
  "eslint-plugin-jsonc": "^2.9.0",
43
43
  "eslint-plugin-markdown": "^3.0.0",
44
44
  "eslint-plugin-prettier": "^5.0.0",
45
- "eslint-plugin-unicorn": "^47.0.0",
45
+ "eslint-plugin-unicorn": "^48.0.0",
46
46
  "eslint-plugin-vue": "^9.15.1",
47
47
  "eslint-plugin-yml": "^1.8.0",
48
48
  "globals": "^13.20.0",
@@ -54,9 +54,9 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sxzz/prettier-config": "^1.0.4",
57
- "@types/node": "^20.4.1",
57
+ "@types/node": "^20.4.2",
58
58
  "bumpp": "^9.1.1",
59
- "eslint": "^8.44.0",
59
+ "eslint": "^8.45.0",
60
60
  "tsup": "^7.1.0",
61
61
  "typescript": "^5.1.6"
62
62
  },
package/src/markdown.js CHANGED
@@ -30,6 +30,7 @@ export const markdown = [
30
30
  '@typescript-eslint/no-unused-vars': 'off',
31
31
  '@typescript-eslint/no-use-before-define': 'off',
32
32
  '@typescript-eslint/no-var-requires': 'off',
33
+ '@typescript-eslint/no-extraneous-class': 'off',
33
34
  'no-alert': 'off',
34
35
  'no-console': 'off',
35
36
  'no-restricted-imports': 'off',