@theholocron/cli 3.8.2 → 3.8.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/dist/cli.mjs CHANGED
@@ -2842,6 +2842,7 @@ const EDITORCONFIG_CHECKER_CONFIG = JSON.stringify({
2842
2842
  Exclude: [
2843
2843
  "(^|.+/)LICENSE$",
2844
2844
  "^public/.*",
2845
+ "\\.md$",
2845
2846
  "\\.mdx$"
2846
2847
  ],
2847
2848
  AllowedContentTypes: [],