Skip to content

Commit

Permalink
fix: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-startsev committed Jan 12, 2025
1 parent c52fea3 commit 5b79884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Highlighter.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class HighlighterExample extends Component {
<Highlighter
activeClassName={styles.Active}
activeIndex={activeIndex}
autoEscape={true}
autoEscape
caseSensitive={caseSensitive}
highlightClassName={styles.Highlight}
highlightStyle={{ fontWeight: 'normal' }}
Expand Down

0 comments on commit 5b79884

Please sign in to comment.