Skip to content

Commit

Permalink
test commit for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Jan 10, 2024
1 parent 767f64a commit bc0fe6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const app = express();
const port = 80;

app.get('/', (req: Request, res: Response) => {
const abc = 123;

Check failure on line 8 in src/app.ts

View workflow job for this annotation

GitHub Actions / eslint

'abc' is assigned a value but never used
res.send('Hello World, via TypeScript and Node.js!');

});
Expand Down

0 comments on commit bc0fe6c

Please sign in to comment.