Skip to content

Commit

Permalink
chore(ui-theme-tokens): resolve ts ignore comments from `ui-theme-tok…
Browse files Browse the repository at this point in the history
…ens` package
  • Loading branch information
ke1k0 committed May 14, 2021
1 parent f1db819 commit cb1965b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ui-theme-tokens/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
*/

module.exports = {
shouldPrintComment(value) {
const isTsRelatedComment = /@ts-expect-error|FIXME/.test(value)

return !isTsRelatedComment
},
presets: [
[
require('@instructure/ui-babel-preset'),
Expand Down

0 comments on commit cb1965b

Please sign in to comment.