@ntnyq/eslint-config 5.0.0-beta.1 → 5.0.0-beta.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/README.md +2 -0
- package/dist/{index.d.mts → index.d.ts} +8737 -8803
- package/dist/index.js +3032 -0
- package/package.json +31 -22
- package/dist/index.mjs +0 -3607
package/README.md
CHANGED
|
@@ -237,6 +237,8 @@ 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
|
|
241
243
|
svgo?: boolean | ConfigSVGOOptions
|
|
242
244
|
eslintPlugin?: boolean | ConfigESLintPluginOptions
|