@isentinel/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/dist/cli.js +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -15791,7 +15791,7 @@ interface OptionsConfig extends OptionsComponentExtensions, OptionsProjectType {
|
|
|
15791
15791
|
*
|
|
15792
15792
|
* @default auto-detect based on the dependencies
|
|
15793
15793
|
*/
|
|
15794
|
-
typescript?: OptionsOverridesTypeAware;
|
|
15794
|
+
typescript?: OptionsOverridesTypeAware & OptionsTypescript;
|
|
15795
15795
|
/**
|
|
15796
15796
|
* Enable YAML support.
|
|
15797
15797
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isentinel/eslint-config",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "iSentinel's ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint-config",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"tsdown": "0.14.2",
|
|
120
120
|
"type-fest": "4.41.0",
|
|
121
121
|
"typescript": "5.9.2",
|
|
122
|
-
"@isentinel/eslint-config": "3.2.
|
|
122
|
+
"@isentinel/eslint-config": "3.2.2"
|
|
123
123
|
},
|
|
124
124
|
"peerDependencies": {
|
|
125
125
|
"@eslint-react/eslint-plugin": "^1.45.0",
|