@jsse/eslint-config 0.1.2 → 0.1.4

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/package.json CHANGED
@@ -1,14 +1,19 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.1.2",
5
- "packageManager": "pnpm@8.8.0",
4
+ "version": "0.1.4",
5
+ "packageManager": "pnpm@8.15.4",
6
6
  "description": "jsse eslint config",
7
7
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
8
8
  "license": "MIT",
9
9
  "homepage": "https://github.com/jessekrubin/eslint-config",
10
10
  "keywords": [
11
- "eslint-config"
11
+ "jsse",
12
+ "eslint",
13
+ "eslint-config",
14
+ "eslint-flat-config",
15
+ "jawa-script",
16
+ "interface-script"
12
17
  ],
13
18
  "exports": {
14
19
  ".": {
@@ -20,7 +25,8 @@
20
25
  "main": "./dist/index.js",
21
26
  "types": "./dist/index.d.ts",
22
27
  "bin": {
23
- "jsselint": "dist/cli.cjs"
28
+ "jsselint": "dist/cli.cjs",
29
+ "jsseslint": "dist/cli.cjs"
24
30
  },
25
31
  "files": [
26
32
  "dist"
@@ -35,34 +41,35 @@
35
41
  },
36
42
  "dependencies": {
37
43
  "@antfu/eslint-define-config": "1.23.0-2",
38
- "@eslint-types/jsdoc": "^48.0.6",
44
+ "@eslint-types/jsdoc": "^48.2.1",
39
45
  "@eslint-types/prettier": "^5.1.3",
40
- "@eslint-types/typescript-eslint": "^7.0.2",
46
+ "@eslint-types/typescript-eslint": "^7.2.0",
41
47
  "@eslint-types/unicorn": "^51.0.1",
42
48
  "@eslint/js": "~8.57.0",
43
- "@stylistic/eslint-plugin": "1.6.2",
44
- "@typescript-eslint/eslint-plugin": "^7.0.1",
45
- "@typescript-eslint/parser": "^7.0.1",
49
+ "@stylistic/eslint-plugin": "1.7.0",
50
+ "@typescript-eslint/eslint-plugin": "^7.4.0",
51
+ "@typescript-eslint/parser": "^7.4.0",
46
52
  "eslint-config-flat-gitignore": "^0.1.3",
47
53
  "eslint-define-config": "^2.1.0",
54
+ "eslint-plugin-antfu": "^2.1.2",
48
55
  "eslint-plugin-eslint-comments": "^3.2.0",
49
56
  "eslint-plugin-i": "^2.29.1",
50
57
  "eslint-plugin-jsdoc": "^48.0.6",
51
- "eslint-plugin-jsonc": "^2.13.0",
52
- "eslint-plugin-markdown": "^3.0.1",
58
+ "eslint-plugin-jsonc": "^2.14.0",
59
+ "eslint-plugin-markdown": "^4.0.1",
53
60
  "eslint-plugin-n": "^16.6.2",
54
61
  "eslint-plugin-no-only-tests": "^3.1.0",
55
62
  "eslint-plugin-perfectionist": "^2.5.0",
56
- "eslint-plugin-react": "~7.33.2",
63
+ "eslint-plugin-react": "~7.34.1",
57
64
  "eslint-plugin-react-hooks": "~4.6.0",
58
65
  "eslint-plugin-react-refresh": "~0.4.5",
59
66
  "eslint-plugin-tailwindcss": "^3.14.2",
60
67
  "eslint-plugin-unicorn": "^51.0.1",
61
68
  "eslint-plugin-unused-imports": "^3.1.0",
62
- "eslint-plugin-vitest": "^0.3.22",
63
- "eslint-plugin-yml": "^1.12.2",
69
+ "eslint-plugin-vitest": "^0.4.0",
70
+ "eslint-plugin-yml": "^1.13.0",
64
71
  "jsonc-eslint-parser": "^2.4.0",
65
- "typescript-eslint": "^7.0.1",
72
+ "typescript-eslint": "^7.4.0",
66
73
  "yaml-eslint-parser": "^1.2.2"
67
74
  },
68
75
  "optionalDependencies": {
@@ -81,9 +88,8 @@
81
88
  "execa": "~8.0.1",
82
89
  "fast-glob": "^3.3.2",
83
90
  "fs-extra": "^11.2.0",
84
- "globals": "^14.0.0",
91
+ "globals": "^15.0.0",
85
92
  "local-pkg": "^0.5.0",
86
- "microdiff": "~1.3.2",
87
93
  "prettier": "^3.2.5",
88
94
  "react": "~18.2.0",
89
95
  "rimraf": "^5.0.5",