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

12 lines
249 B
JSON
Raw Normal View History

2023-01-02 15:23:16 +01:00
{
"extends": ["conventions", "prettier"],
"plugins": ["prettier", "import", "unicorn"],
"parserOptions": {
"project": "./tsconfig.json"
},
2023-01-02 15:23:16 +01:00
"rules": {
"prettier/prettier": "error",
"import/extensions": ["error", "always"]
2023-01-02 15:23:16 +01:00
}
}