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

Husky v6 isn't set up properly internally

JoshuaKGoldberg opened this issue · comments

Overview

I updated husky to v6 but didn't modify its configuration properly.

Actual Behavior

Prettier isn't getting run on files as they're staged for commits.

Expected Behavior

Making a Git commit should run Prettier on files.