mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 01:40:13 +01:00
Everything under `lib/rules/*` is a rules file (with the name of the rule in camelCase), re-exported into an array in `lib/rules.js`. Moved the regular expressions from `lib/rules.js` to `lib/expressions.js`, and the rest of the variables into `lib/shared.js`. |
||
|---|---|---|
| .. | ||
| rules | ||
| expressions.js | ||
| markdownlint.js | ||
| rules.js | ||
| shared.js | ||