Skip to content

Commit

Permalink
fixup: add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 16, 2024
1 parent 7db2a9d commit 3c96ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const plugins = [
'react',
];

// TODO: with TS 4.5+, inline this
const SEVERITY_ERROR = /** @type {2} */ (2);
const SEVERITY_OFF = /** @type {0} */ (0);

Expand Down

0 comments on commit 3c96ffb

Please sign in to comment.