@codeperfect/eslint-config 1.8.0 → 1.10.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/README.md +20 -29
- package/dist/.tsbuildinfo +1 -1
- package/dist/bootstrap/index.d.ts +3 -0
- package/dist/bootstrap/index.d.ts.map +1 -0
- package/dist/bootstrap/index.js +2 -0
- package/dist/codeperfect-eslint-config-1.0.0.tgz +0 -0
- package/dist/domain/index.d.ts +1 -1
- package/dist/domain/index.d.ts.map +1 -1
- package/dist/domain/index.js +1 -1
- package/dist/domain/types.d.ts +7 -37
- package/dist/domain/types.d.ts.map +1 -1
- package/dist/domain/types.js +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/infrastructure/architecture/boundaries.d.ts +17 -12
- package/dist/infrastructure/architecture/boundaries.d.ts.map +1 -1
- package/dist/infrastructure/architecture/boundaries.js +42 -116
- package/dist/infrastructure/architecture/import-x.d.ts.map +1 -1
- package/dist/infrastructure/architecture/import-x.js +8 -19
- package/dist/infrastructure/config-factory.d.ts +1 -1
- package/dist/infrastructure/config-factory.d.ts.map +1 -1
- package/dist/infrastructure/config-factory.js +8 -6
- package/dist/infrastructure/core/eslint.d.ts.map +1 -1
- package/dist/infrastructure/core/eslint.js +13 -3
- package/dist/infrastructure/core/typescript.d.ts.map +1 -1
- package/dist/infrastructure/core/typescript.js +5 -1
- package/dist/infrastructure/diagnostics.d.ts +4 -14
- package/dist/infrastructure/diagnostics.d.ts.map +1 -1
- package/dist/infrastructure/diagnostics.js +8 -23
- package/dist/infrastructure/index.d.ts +1 -1
- package/dist/infrastructure/index.d.ts.map +1 -1
- package/dist/infrastructure/index.js +1 -1
- package/dist/infrastructure/plugin-loaders.d.ts +1 -1
- package/dist/infrastructure/plugin-loaders.d.ts.map +1 -1
- package/dist/infrastructure/plugin-loaders.js +4 -3
- package/dist/infrastructure/plugin-state.d.ts.map +1 -1
- package/dist/infrastructure/plugin-state.js +1 -1
- package/dist/infrastructure/utilities.d.ts +1 -23
- package/dist/infrastructure/utilities.d.ts.map +1 -1
- package/dist/infrastructure/utilities.js +3 -89
- package/package.json +12 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codeperfect/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "A shareable flat ESLint config for TypeScript repositories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -34,8 +34,6 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"scripts": {
|
|
37
|
-
"\n# --------------- GENERAL --------------- #": "",
|
|
38
|
-
"preinstall": "npm cache clean --force",
|
|
39
37
|
"\n# --------------- SCM --------------- #": "",
|
|
40
38
|
"commit": "npx --yes git-cz",
|
|
41
39
|
"prepare": "husky",
|
|
@@ -83,20 +81,20 @@
|
|
|
83
81
|
"eslint": "^10.4.0",
|
|
84
82
|
"jiti": "^2.7.0",
|
|
85
83
|
"typescript": "^6.0.3",
|
|
86
|
-
"typescript-eslint": "^8.
|
|
84
|
+
"typescript-eslint": "^8.60.0"
|
|
87
85
|
},
|
|
88
86
|
"optionalDependencies": {
|
|
89
87
|
"@angular-eslint/eslint-plugin": "^21.4.0",
|
|
90
88
|
"@angular-eslint/eslint-plugin-template": "^21.4.0",
|
|
91
89
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
92
90
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
93
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
91
|
+
"@vitest/eslint-plugin": "^1.6.18",
|
|
94
92
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
95
93
|
"eslint-plugin-boundaries": "^6.0.2",
|
|
96
94
|
"eslint-plugin-import-x": "^4.16.2",
|
|
97
95
|
"eslint-plugin-jasmine": "^4.2.2",
|
|
98
96
|
"eslint-plugin-jest": "^29.15.2",
|
|
99
|
-
"eslint-plugin-jsdoc": "^
|
|
97
|
+
"eslint-plugin-jsdoc": "^63.0.0",
|
|
100
98
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
101
99
|
"eslint-plugin-prettier": "^5.5.5",
|
|
102
100
|
"eslint-plugin-rxjs-x": "^1.0.2",
|
|
@@ -107,7 +105,6 @@
|
|
|
107
105
|
"@angular-eslint/eslint-plugin": "^21.4.0",
|
|
108
106
|
"@angular-eslint/eslint-plugin-template": "^21.4.0",
|
|
109
107
|
"@codeperfect/commitlint-config-emoji": "^1.0.0",
|
|
110
|
-
"@codeperfect/eslint-config": "^1.7.0",
|
|
111
108
|
"@codeperfect/eslint-plugin": "^2.1.0",
|
|
112
109
|
"@commitlint/config-conventional": "^21.0.1",
|
|
113
110
|
"@commitlint/cz-commitlint": "^21.0.1",
|
|
@@ -118,12 +115,13 @@
|
|
|
118
115
|
"@semantic-release/npm": "^13.1.5",
|
|
119
116
|
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
120
117
|
"@stryker-mutator/core": "^9.6.1",
|
|
118
|
+
"@stryker-mutator/typescript-checker": "^9.6.1",
|
|
121
119
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
122
120
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
123
121
|
"@types/lodash-es": "^4.17.12",
|
|
124
|
-
"@types/node": "^25.
|
|
125
|
-
"@vitest/coverage-v8": "^4.1.
|
|
126
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
122
|
+
"@types/node": "^25.9.1",
|
|
123
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
124
|
+
"@vitest/eslint-plugin": "^1.6.18",
|
|
127
125
|
"chalk": "^5.6.2",
|
|
128
126
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
129
127
|
"eslint": "^10.4.0",
|
|
@@ -131,9 +129,9 @@
|
|
|
131
129
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
132
130
|
"eslint-plugin-boundaries": "^6.0.2",
|
|
133
131
|
"eslint-plugin-import-x": "^4.16.2",
|
|
134
|
-
"eslint-plugin-jsdoc": "^
|
|
132
|
+
"eslint-plugin-jsdoc": "^63.0.0",
|
|
135
133
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
136
|
-
"eslint-plugin-playwright": "^2.10.
|
|
134
|
+
"eslint-plugin-playwright": "^2.10.4",
|
|
137
135
|
"eslint-plugin-prettier": "^5.5.5",
|
|
138
136
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
139
137
|
"globals": "^17.6.0",
|
|
@@ -147,8 +145,8 @@
|
|
|
147
145
|
"typedoc": "^0.28.19",
|
|
148
146
|
"typedoc-plugin-markdown": "^4.11.0",
|
|
149
147
|
"typescript": "^6.0.3",
|
|
150
|
-
"typescript-eslint": "^8.
|
|
151
|
-
"vitest": "^4.1.
|
|
148
|
+
"typescript-eslint": "^8.60.0",
|
|
149
|
+
"vitest": "^4.1.7"
|
|
152
150
|
},
|
|
153
151
|
"engines": {
|
|
154
152
|
"node": ">=24.0.0"
|