Skip to content

Commit 5599c3f

Browse files
ci: ignore legacy
1 parent 3d2107f commit 5599c3f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules/
22
coverage/
33
dist/
4+
public/index.legacy.js
45
__tests__/__fixtures__/**/sample.*

public/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
import ReactDOM from 'react-dom';
32
import createRoot from 'react-dom/client';
43

54
import syntaxHighlighter, { cmVariableContext } from '../src/index';

0 commit comments

Comments
 (0)