Skip to content

Commit 423e371

Browse files
committed
cleanup(app-config-exec): remove unused eslint comment in tests
1 parent a0522a8 commit 423e371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app-config-exec/src/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ describe('execParsingExtension', () => {
6969

7070
it('does not fail on stderr by default', async () => {
7171
process.env.APP_CONFIG = JSON.stringify({
72-
// eslint-disable-next-line no-useless-escape, prettier/prettier
7372
$exec: {
7473
command: `node -e 'process.stdout.write("stdout"); process.stderr.write("stderr");'`,
7574
},

0 commit comments

Comments
 (0)