We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da2c83 commit be00338Copy full SHA for be00338
examples/genLineBreak.js
@@ -10,7 +10,6 @@ try {
10
txt = await fs.readFile(INPUT, 'utf8');
11
} catch (ignore) {
12
// Only used in tooling, on modern node
13
- // eslint-disable-next-line n/no-unsupported-features/node-builtins
14
const res = await fetch('https://www.unicode.org/Public/UCD/latest/ucd/LineBreak.txt');
15
txt = await res.text();
16
fs.writeFile(INPUT, txt, 'utf8');
0 commit comments