Skip to content

Commit

Permalink
test: fix typescript-eslint test
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Oct 20, 2024
1 parent 483b44f commit c8392cc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
// A rule that requires type information is effective.
const foo = 3;
const bar = foo!;
const foo = "foo" as const;

0 comments on commit c8392cc

Please sign in to comment.