mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
11 lines
149 B
JSON
11 lines
149 B
JSON
{
|
|
"config": ".markdownlint.json",
|
|
"globs": [
|
|
"**/*.md"
|
|
],
|
|
"ignores": [
|
|
"**/node_modules/**",
|
|
".agent/workflows/hot-dev.md"
|
|
]
|
|
}
|