Skip to content

Commit be00338

Browse files
committed
lint
1 parent 5da2c83 commit be00338

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/genLineBreak.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ try {
1010
txt = await fs.readFile(INPUT, 'utf8');
1111
} catch (ignore) {
1212
// Only used in tooling, on modern node
13-
// eslint-disable-next-line n/no-unsupported-features/node-builtins
1413
const res = await fetch('https://www.unicode.org/Public/UCD/latest/ucd/LineBreak.txt');
1514
txt = await res.text();
1615
fs.writeFile(INPUT, txt, 'utf8');

0 commit comments

Comments
 (0)