--- engines: markdownlint: enabled: true config_file: .markdownlint.json exclude_paths: - "vendor/**" - "node_modules/**" - "build/**" - "dist/**" - "bin/**" - ".github/**" - "tests/**"