@ntnyq/eslint-config 5.0.0-beta.1 → 5.0.0-beta.3

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 CHANGED
@@ -237,7 +237,10 @@ export interface ConfigOptions {
237
237
  /**
238
238
  * Configs bellow are disabled by default
239
239
  */
240
+ astro?: boolean | ConfigAstroOptions
241
+ html?: boolean | ConfigHtmlOptions
240
242
  pnpm?: boolean | ConfigPnpmOptions
243
+ svelte?: boolean | ConfigSvelteOptions
241
244
  svgo?: boolean | ConfigSVGOOptions
242
245
  eslintPlugin?: boolean | ConfigESLintPluginOptions
243
246
  }