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