markdownlint-rule-relative-.../.eslintrc.json

8 lines
123 B
JSON
Raw Normal View History

2023-01-02 15:23:16 +01:00
{
"extends": ["conventions", "prettier"],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error"
}
}