Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
ADD A SCARY COMMENT 👻
Browse files Browse the repository at this point in the history
prettier is desperate to convert '\u2139\uFE0F' back to an emoji. PLEASE DON'T COMMIT THE AUTO-FIXED CHANGES WHEN YOU UPDATE TESTS OR YOU'LL BREAK README IN IE!
  • Loading branch information
rafegoldberg committed May 7, 2020
1 parent 59a2161 commit e357013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/markdown/processor/parse/flavored/callout.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ function tokenizer(eat, value) {
'\uD83D\uDED1': 'error',
'\u2049\uFE0F': 'error',
'\u203C\uFE0F': 'error',
// NOTE: prettier is desperate to convert this in to an emoji.
// PLEASE DON'T COMMIT THIS OR YOU'LL BREAK README IN IE!
// eslint-disable-next-line prettier/prettier
'\u2139\uFE0F': 'info',
'\u26A0': 'warn',
Expand Down

0 comments on commit e357013

Please sign in to comment.