typescript-eslint / tslint-to-eslint-config

Converts your TSLint configuration to the closest possible ESLint equivalent. πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI checks aren't enforcing Prettier

JoshuaKGoldberg opened this issue Β· 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.