Skip to content

Commit

Permalink
Rename Plugin and PluginManager to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
jovyntls committed Feb 11, 2023
1 parent 9aa39b5 commit b79f954
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ packages/core/src/html/vueSlotSyntaxProcessor.js
packages/core/src/html/MdAttributeRenderer.js
packages/core/src/html/MarkdownProcessor.js
packages/core/src/html/warnings.js
packages/core/src/plugins/Plugin.js
packages/core/src/plugins/PluginManager.js

# Rules for pure JS files
packages/core/src/lib/markdown-it/patches/*
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,7 @@ packages/core/src/html/vueSlotSyntaxProcessor.js
packages/core/src/html/MdAttributeRenderer.js
packages/core/src/html/MarkdownProcessor.js
packages/core/src/html/warnings.js
packages/core/src/plugins/Plugin.js
packages/core/src/plugins/PluginManager.js

# --- packages/core end ---
File renamed without changes.
File renamed without changes.

0 comments on commit b79f954

Please sign in to comment.