@typescript-eslint/utils 8.33.2-alpha.6 → 8.33.2-alpha.8

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.
@@ -58,7 +58,7 @@ export declare namespace ClassicConfig {
58
58
  */
59
59
  globals?: GlobalsConfig;
60
60
  /**
61
- * The flag that disables directive comments.
61
+ * The flag that disables comment directives.
62
62
  */
63
63
  noInlineConfig?: boolean;
64
64
  /**
@@ -87,7 +87,7 @@ export declare class ESLintBase<Config extends Linter.ConfigType, Options extend
87
87
  }
88
88
  export interface ESLintOptions<Config extends Linter.ConfigType> {
89
89
  /**
90
- * If false is present, ESLint suppresses directive comments in source code.
90
+ * If false is present, ESLint suppresses comment directives in source code.
91
91
  * If this option is false, it overrides the noInlineConfig setting in your configurations.
92
92
  * @default true
93
93
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/utils",
3
- "version": "8.33.2-alpha.6",
3
+ "version": "8.33.2-alpha.8",
4
4
  "description": "Utilities for working with TypeScript + ESLint together",
5
5
  "files": [
6
6
  "dist",
@@ -63,9 +63,9 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@eslint-community/eslint-utils": "^4.7.0",
66
- "@typescript-eslint/scope-manager": "8.33.2-alpha.6",
67
- "@typescript-eslint/types": "8.33.2-alpha.6",
68
- "@typescript-eslint/typescript-estree": "8.33.2-alpha.6"
66
+ "@typescript-eslint/scope-manager": "8.33.2-alpha.8",
67
+ "@typescript-eslint/types": "8.33.2-alpha.8",
68
+ "@typescript-eslint/typescript-estree": "8.33.2-alpha.8"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "eslint": "^8.57.0 || ^9.0.0",