Skip to content

Commit

Permalink
chore: removed abandoned eslint plugin (eslint-plugin-md) sadly
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxmoreno committed Jan 25, 2024
1 parent f490de9 commit 0b8b5a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1,285 deletions.
35 changes: 3 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-md": "^1.0.19",
"husky": "^8.0.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
Expand All @@ -73,8 +72,7 @@
"**/dist/**"
],
"extends": [
"universe",
"plugin:md/recommended"
"universe"
],
"parser": "@typescript-eslint/parser",
"overrides": [
Expand All @@ -85,35 +83,9 @@
"rules": {
"no-unused-expressions": "off"
}
},
{
"files": [
"*.md"
],
"parser": "markdown-eslint-parser",
"rules": {
"prettier/prettier": [
"error",
{
"parser": "markdown"
}
]
}
}
],
"rules": {
"md/remark": [
"error",
{
"plugins": [
[
"lint-maximum-line-length",
false
]
]
}
]
}
"rules": {}
},
"prettier": {
"singleQuote": true,
Expand All @@ -125,8 +97,7 @@
"printWidth": 120
},
"lint-staged": {
"*.{ts,json}": "eslint --fix",
"*.md": "prettier --write"
"*.{ts,json}": "eslint --fix"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit 0b8b5a1

Please sign in to comment.