Skip to content

Commit b49c1a2

Browse files
borodayevnodkz
authored andcommitted
refactor: disable eslint for console.log
1 parent f774a2c commit b49c1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__fixtures__/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ app.use(
1717
);
1818

1919
app.listen(PORT, () => {
20-
console.log(`App running on port ${PORT}`);
21-
console.log(`Open http://localhost:${PORT}/graphql`);
20+
console.log(`App running on port ${PORT}`); //eslint-disable-line
21+
console.log(`Open http://localhost:${PORT}/graphql`); //eslint-disable-line
2222
});

0 commit comments

Comments
 (0)