Skip to content

Commit

Permalink
testing that CI eslint breaks on error
Browse files Browse the repository at this point in the history
  • Loading branch information
marythedev committed Sep 25, 2023
1 parent 9110cc7 commit 2a6f105
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ process.on('unhandledRejection', (reason, promise) => {
throw reason;
});

require('./server');
require('./server');
const unneededVariable = 'This variable is never used';

Check failure on line 19 in src/index.js

View workflow job for this annotation

GitHub Actions / ESLint

'unneededVariable' is assigned a value but never used

0 comments on commit 2a6f105

Please sign in to comment.