mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 20:15:52 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -12,11 +12,7 @@ type Props = {
|
||||
class SyntaxHighlighter extends React.Component<Props> {
|
||||
render() {
|
||||
return (
|
||||
<ReactSyntaxHighlighter
|
||||
showLineNumbers={false}
|
||||
language={this.props.language}
|
||||
style={arduinoLight}
|
||||
>
|
||||
<ReactSyntaxHighlighter showLineNumbers={false} language={this.props.language} style={arduinoLight}>
|
||||
{this.props.value}
|
||||
</ReactSyntaxHighlighter>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user