Skip to content

Commit

Permalink
style: remove eslint markdown plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Andrade committed May 12, 2021
1 parent 078d6d7 commit b86b16d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:markdown/recommended",
],
overrides: [
{
Expand Down Expand Up @@ -42,7 +41,7 @@ module.exports = {
ecmaVersion: 12,
sourceType: "module",
},
plugins: ["@babel", "@typescript-eslint", "import", "jest", "markdown", "node", "promise", "unicorn"],
plugins: ["@babel", "@typescript-eslint", "import", "jest", "node", "promise", "unicorn"],
rules: {
"accessor-pairs": "error",
"array-bracket-newline": "error",
Expand Down

0 comments on commit b86b16d

Please sign in to comment.