eslint-plugin-md-style 0.1.0 → 0.3.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/README.md CHANGED
@@ -70,7 +70,7 @@ export default [
70
70
  },
71
71
  language: 'md-style/gfm',
72
72
  rules: {
73
- 'md-style/space-between-inline-element': 'error',
73
+ 'md-style/space-around-inline-element': 'error',
74
74
  'md-style/valid-heading-anchor': 'error',
75
75
  },
76
76
  },
@@ -120,7 +120,12 @@ export default antfu(
120
120
 
121
121
  | Rule | Included in `recommended` | Autofix |
122
122
  | --- | --- | --- |
123
- | `md-style/space-between-inline-element` | ✅ | 🔧 |
123
+ | `md-style/padding-around-custom-container` | ✅ | 🔧 |
124
+ | `md-style/space-around-custom-container` | | 🔧 |
125
+ | `md-style/space-around-inline-element` | ✅ | 🔧 |
126
+ | `md-style/space-around-number` | | 🔧 |
127
+ | `md-style/space-around-word` | | 🔧 |
128
+ | `md-style/valid-custom-container-type` | ✅ | 🔧 |
124
129
  | `md-style/valid-heading-anchor` | ✅ | 🔧 |
125
130
 
126
131
  ## Why `@eslint/markdown` Is Required
package/dist/index.d.mts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { ESLint, Linter } from "eslint";
2
-
3
2
  //#region src/index.d.ts
4
3
  declare const plugin: ESLint.Plugin;
5
4
  interface PluginConfigMap {