eslint-config-sukka 6.2.1 → 6.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/index.d.ts CHANGED
@@ -122,6 +122,8 @@ interface OptionsNode {
122
122
  strict?: boolean;
123
123
  module?: boolean;
124
124
  files?: FlatESLintConfigItem['files'];
125
+ hasTypeScript?: boolean;
126
+ hasReact?: boolean;
125
127
  }
126
128
 
127
129
  type SharedOptions<T = object> = Omit<T, 'isInEditor' | 'enable'> & {