Skip to content

Commit f190323

Browse files
committed
linting…
1 parent dbd8f9a commit f190323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/format.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const {
88
// Strip ANSI color codes from strings, as they make CI sad.
99
const stripAnsiCodes = (str) =>
1010
str.replace(
11+
// eslint-disable-next-line no-control-regex
1112
/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,
1213
'',
1314
);

0 commit comments

Comments
 (0)