Files
markdownlint-rule-relative-…/.oxlintrc.json

11 lines
247 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"extends": ["node_modules/eslint-config-conventions/.oxlintrc.json"],
"env": {
"builtin": true,
"browser": true,
"node": true,
"shared-node-browser": true
}
}