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 f774a2c commit b49c1a2Copy full SHA for b49c1a2
src/__fixtures__/app.js
@@ -17,6 +17,6 @@ app.use(
17
);
18
19
app.listen(PORT, () => {
20
- console.log(`App running on port ${PORT}`);
21
- console.log(`Open http://localhost:${PORT}/graphql`);
+ console.log(`App running on port ${PORT}`); //eslint-disable-line
+ console.log(`Open http://localhost:${PORT}/graphql`); //eslint-disable-line
22
});
0 commit comments