typescript-eslint/tslint-to-eslint-config

CI checks aren't enforcing Prettier

JoshuaKGoldberg opened this issue ยท 1 comments

Overview

Sibling to #1100: this was never checked because the CircleCI config doesn't enforce that prettier --list-different has no entries.

Actual Behavior

You can git commit --no-verify and git push non-Prettier-ok code.

Expected Behavior

๐Ÿ™…

Wait, #1127 didn't enforce this in CI.