mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-04 18:21:31 +01:00
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"extends": ["conventions", "prettier"],
|
|
"plugins": ["prettier", "import", "unicorn"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"prettier/prettier": "error",
|
|
"import/extensions": ["error", "always"]
|
|
}
|
|
}
|