Skip to content

Commit

Permalink
feat(highlight): integrate highlight.js for improved code highlighting
Browse files Browse the repository at this point in the history
Installed highlight.js to enhance the code highlighter component. Updated project dependencies to ensure compatibility and improved performance.
  • Loading branch information
grmbyrn committed Jan 16, 2025
1 parent fa8a903 commit 4fef01a
Show file tree
Hide file tree
Showing 27 changed files with 1,360 additions and 1,253 deletions.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ export default [
'no-fallthrough': 'off',
'no-prototype-builtins': 'off',
'no-redeclare': 'off',
'no-extra-boolean-cast': 'off'
'no-extra-boolean-cast': 'off',
'no-misleading-character-class': 'off',
'no-unused-disable': 'off'
},
plugins: {
prettier: eslintPluginPrettier,
Expand Down
Loading

0 comments on commit 4fef01a

Please sign in to comment.