mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-02-20 03:09:05 +01:00
11 lines
247 B
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
|
|
}
|
|
}
|