mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-13 18:46:21 +02:00
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
// Only enforce the 3 rules from PR #72. Everything else is off.
|
|
"config": {
|
|
"default": false,
|
|
"MD012": true,
|
|
"MD022": true,
|
|
"MD032": true
|
|
},
|
|
"ignores": ["node_modules/**", "dist/**", "src-tauri/target/**"]
|
|
}
|