Skip to content

Commit

Permalink
fix: Downgrade markdown-it peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Dec 18, 2023
1 parent fa233a8 commit e1699db
Show file tree
Hide file tree
Showing 7 changed files with 3,685 additions and 4,518 deletions.
16 changes: 13 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
{
"extends": ["@diplodoc/eslint-config"],
"root": true,
"env": {
"browser": true
},
"settings": {
"react": {
"version": "detect"
}
},
"overrides": [
{
"files": ["src/plugin/**/*", "esbuild/**/*"],
"env": {
"node": true
}
}
],
"rules": {
"no-implicit-globals": "off",
"callback-return": "off",
"consistent-return": "off"
}
}
Loading

0 comments on commit e1699db

Please sign in to comment.