eslint-config-sukka 6.14.1 → 6.15.0

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
@@ -138,6 +138,8 @@ interface ESLintSukkaOptions {
138
138
  js?: SharedOptions<OptionsJavaScript> | boolean;
139
139
  json?: boolean;
140
140
  ts?: SharedOptions<OptionsTypeScript> | boolean;
141
+ markdown?: boolean;
142
+ yaml?: boolean;
141
143
  react?: SharedOptions<OptionsReact> | boolean;
142
144
  stylex?: SharedOptions<OptionsStyleX> | boolean;
143
145
  next?: boolean;