@fabdeh/eslint-config 0.1.3 → 0.2.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.
package/package.json CHANGED
@@ -1,44 +1,48 @@
1
1
  {
2
2
  "name": "@fabdeh/eslint-config",
3
3
  "type": "module",
4
- "version": "0.1.3",
5
- "packageManager": "pnpm@10.0.0",
4
+ "version": "0.2.0",
5
+ "packageManager": "pnpm@10.4.1",
6
6
  "description": "My personal eslint config preset",
7
- "author": "Fabien Dehopré <fabien@dehopre.dev> (https://github.com/FabienDehopre)",
7
+ "author": {
8
+ "name": "Fabien Dehopré",
9
+ "email": "fabien@dehopre.dev",
10
+ "url": "https://github.com/FabienDehopre"
11
+ },
8
12
  "license": "MIT",
9
13
  "homepage": "https://eslint-config.dehopre.dev/",
10
14
  "repository": {
11
15
  "type": "git",
12
16
  "url": "git+https://github.com/FabienDehopre/eslint-config.git"
13
17
  },
18
+ "bugs": "https://github.com/FabienDehopre/eslint-config/issues",
14
19
  "keywords": [
15
- "eslint-config"
20
+ "eslint",
21
+ "eslintconfig",
22
+ "eslint-config",
23
+ "lint",
24
+ "formatting"
16
25
  ],
17
26
  "publishConfig": {
18
27
  "access": "public"
19
28
  },
29
+ "sideEffects": false,
20
30
  "exports": {
21
- ".": {
22
- "import": {
23
- "types": "./dist/index.d.ts",
24
- "default": "./dist/index.mjs"
25
- },
26
- "require": {
27
- "types": "./dist/index.d.cts",
28
- "default": "./dist/index.cjs"
29
- }
30
- }
31
+ ".": "./dist/index.mjs"
31
32
  },
32
33
  "main": "./dist/index.mjs",
33
34
  "module": "./dist/index.mjs",
34
- "types": "./dist/index.d.ts",
35
+ "types": "./dist/index.d.mts",
35
36
  "files": [
36
37
  "dist"
37
38
  ],
39
+ "engines": {
40
+ "node": ">=18.18"
41
+ },
38
42
  "scripts": {
39
43
  "build": "unbuild",
40
- "build:inspector": "pnpm build && pnpm dlx @eslint/config-inspector build",
41
- "dev": "pnpm dlx @eslint/config-inspector --config eslint.config.ts",
44
+ "build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
45
+ "dev": "pnpx @eslint/config-inspector --config eslint.config.ts",
42
46
  "preinstall": "npx only-allow pnpm",
43
47
  "prepare": "is-ci || simple-git-hooks",
44
48
  "commit": "git-cz",
@@ -50,8 +54,9 @@
50
54
  },
51
55
  "peerDependencies": {
52
56
  "@prettier/plugin-xml": "^3.4.1",
53
- "eslint": "^9.10.0",
54
- "eslint-plugin-format": "^1.0.1"
57
+ "eslint": "^9.20.0",
58
+ "eslint-plugin-format": "^1.0.1",
59
+ "prettier-plugin-slidev": "^1.0.5"
55
60
  },
56
61
  "peerDependenciesMeta": {
57
62
  "@prettier/plugin-xml": {
@@ -59,62 +64,88 @@
59
64
  },
60
65
  "eslint-plugin-format": {
61
66
  "optional": true
67
+ },
68
+ "prettier-plugin-slidev": {
69
+ "optional": true
62
70
  }
63
71
  },
64
72
  "dependencies": {
65
73
  "@antfu/install-pkg": "^1.0.0",
66
74
  "@clack/prompts": "^0.10.0",
67
75
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
68
- "@eslint/js": "^9.19.0",
76
+ "@eslint/js": "^9.20.0",
69
77
  "@eslint/markdown": "^6.2.2",
70
78
  "@ngrx/eslint-plugin": "^19.0.1",
71
- "@stylistic/eslint-plugin": "^3.0.1",
72
- "@typescript-eslint/eslint-plugin": "^8.23.0",
73
- "@typescript-eslint/parser": "^8.23.0",
74
- "@typescript-eslint/utils": "^8.23.0",
75
- "@vitest/eslint-plugin": "^1.1.25",
76
- "angular-eslint": "^19.0.2",
77
- "eslint-config-flat-gitignore": "^2.0.0",
79
+ "@stylistic/eslint-plugin": "^3.1.0",
80
+ "@typescript-eslint/eslint-plugin": "^8.24.1",
81
+ "@typescript-eslint/parser": "^8.24.1",
82
+ "@typescript-eslint/utils": "^8.24.1",
83
+ "@vitest/eslint-plugin": "^1.1.31",
84
+ "angular-eslint": "^19.1.0",
85
+ "eslint-config-flat-gitignore": "^2.1.0",
78
86
  "eslint-flat-config-utils": "^2.0.1",
79
- "eslint-merge-processors": "^1.0.0",
87
+ "eslint-merge-processors": "^2.0.0",
80
88
  "eslint-plugin-import-x": "^4.6.1",
81
- "eslint-plugin-jest": "^28.11.0",
82
89
  "eslint-plugin-jest-dom": "^5.5.0",
83
90
  "eslint-plugin-jsdoc": "^50.6.3",
84
91
  "eslint-plugin-jsonc": "^2.19.1",
85
- "eslint-plugin-perfectionist": "^4.8.0",
92
+ "eslint-plugin-perfectionist": "^4.9.0",
86
93
  "eslint-plugin-prefer-arrow-functions": "^3.6.2",
87
94
  "eslint-plugin-tailwindcss": "^3.18.0",
88
95
  "eslint-plugin-testing-library": "^7.1.1",
89
96
  "eslint-plugin-toml": "^0.12.0",
90
- "eslint-plugin-unicorn": "^56.0.1",
97
+ "eslint-plugin-unicorn": "^57.0.0",
91
98
  "eslint-plugin-unused-imports": "^4.1.4",
92
- "eslint-plugin-yml": "^1.16.0",
93
- "globals": "^15.14.0",
99
+ "eslint-plugin-yml": "^1.17.0",
100
+ "globals": "^15.15.0",
94
101
  "jsonc-eslint-parser": "^2.4.0",
95
102
  "local-pkg": "^1.0.0",
96
103
  "toml-eslint-parser": "^0.10.0",
97
- "typescript-eslint": "^8.23.0",
104
+ "typescript-eslint": "^8.24.1",
98
105
  "yaml-eslint-parser": "^1.2.3"
99
106
  },
100
107
  "devDependencies": {
108
+ "@angular/core": "^19.1.6",
101
109
  "@commitlint/cli": "^19.7.1",
102
110
  "@commitlint/config-conventional": "^19.7.1",
103
111
  "@commitlint/cz-commitlint": "^19.6.1",
112
+ "@fabdeh/eslint-config": "workspace:*",
113
+ "@ngrx/effects": "^19.0.1",
114
+ "@ngrx/operators": "^19.0.1",
115
+ "@ngrx/signals": "^19.0.1",
116
+ "@ngrx/store": "^19.0.1",
104
117
  "@prettier/plugin-xml": "^3.4.1",
105
- "@types/node": "^22.13.1",
106
- "bumpp": "^10.0.2",
118
+ "@testing-library/angular": "^17.3.6",
119
+ "@testing-library/jest-dom": "^6.6.3",
120
+ "@types/fs-extra": "^11.0.4",
121
+ "@types/node": "^22.13.4",
122
+ "bumpp": "^10.0.3",
107
123
  "changelogithub": "^13.12.1",
108
124
  "commitizen": "^4.3.1",
109
- "eslint": "^9.19.0",
125
+ "eslint": "^9.20.1",
110
126
  "eslint-plugin-format": "^1.0.1",
127
+ "execa": "^9.5.2",
128
+ "fast-glob": "^3.3.3",
129
+ "fs-extra": "^11.3.0",
111
130
  "inquirer": "^9.3.7",
112
131
  "is-ci": "^4.1.0",
113
132
  "jiti": "^2.4.2",
114
133
  "nano-staged": "^0.8.0",
134
+ "prettier-plugin-slidev": "^1.0.5",
115
135
  "simple-git-hooks": "^2.11.1",
136
+ "tailwindcss": "^3.4.17",
116
137
  "typescript": "^5.7.3",
117
- "unbuild": "^3.3.1"
138
+ "unbuild": "^3.3.1",
139
+ "vitest": "^3.0.5"
140
+ },
141
+ "pnpm": {
142
+ "overrides": {
143
+ "esbuild": ">=0.25.0"
144
+ },
145
+ "onlyBuiltDependencies": [
146
+ "esbuild",
147
+ "simple-git-hooks"
148
+ ]
118
149
  },
119
150
  "simple-git-hooks": {
120
151
  "pre-commit": "pnpm nano-staged",