@ntnyq/eslint-config 4.0.0-beta.11 → 4.0.0-beta.12

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
@@ -222,13 +222,12 @@ export interface ConfigOptions {
222
222
  unocss?: boolean | ConfigUnoCSSOptions
223
223
  vue?: boolean | ConfigVueOptions
224
224
  yml?: boolean | ConfigYmlOptions
225
+
225
226
  /**
226
- * disabled by default
227
+ * Configs bellow are disabled by default
227
228
  */
229
+ pnpm?: boolean | ConfigPnpmOptions
228
230
  svgo?: boolean | ConfigSVGOOptions
229
- /**
230
- * disabled by default
231
- */
232
231
  eslintPlugin?: boolean | ConfigESLintPluginOptions
233
232
  }
234
233
  ```