@isentinel/eslint-config 3.2.0 → 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 CHANGED
@@ -11,7 +11,7 @@ import { execSync } from "node:child_process";
11
11
 
12
12
  //#region package.json
13
13
  var name = "@isentinel/eslint-config";
14
- var version = "3.2.0";
14
+ var version = "3.2.2";
15
15
  var description = "iSentinel's ESLint config";
16
16
  var keywords = [
17
17
  "eslint-config",
package/dist/index.d.ts CHANGED
@@ -15671,7 +15671,7 @@ interface OptionsConfig extends OptionsComponentExtensions, OptionsProjectType {
15671
15671
  *
15672
15672
  * @default false
15673
15673
  */
15674
- flawless?: boolean;
15674
+ flawless?: boolean | OptionsOverridesTypeAware;
15675
15675
  /**
15676
15676
  * Use external formatters to format files.
15677
15677
  *
@@ -15754,7 +15754,7 @@ interface OptionsConfig extends OptionsComponentExtensions, OptionsProjectType {
15754
15754
  *
15755
15755
  * @default true
15756
15756
  */
15757
- roblox?: boolean | OptionsOverrides;
15757
+ roblox?: boolean | OptionsOverridesTypeAware;
15758
15758
  /**
15759
15759
  * Enable CSpell support.
15760
15760
  *
@@ -15791,7 +15791,7 @@ interface OptionsConfig extends OptionsComponentExtensions, OptionsProjectType {
15791
15791
  *
15792
15792
  * @default auto-detect based on the dependencies
15793
15793
  */
15794
- typescript?: OptionsTypescript;
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.0",
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.0"
122
+ "@isentinel/eslint-config": "3.2.2"
123
123
  },
124
124
  "peerDependencies": {
125
125
  "@eslint-react/eslint-plugin": "^1.45.0",