motleyagency / eslint-config-motley

Motley (https://motley.fi) JavaScript/Typescript guidelines as ESLint rules with Prettier autoformatting
https://motley.fi
MIT License
6 stars 0 forks source link

Doesn't work well with staged hunks #57

Closed bostrom closed 5 years ago

bostrom commented 5 years ago

Staging just hunks of files using interactive add still commits the whole file since the whole file is re-added after processing.

petetnt commented 5 years ago

This has been fixed in https://github.com/okonet/lint-staged/releases/tag/v8.0.0, PRz plz

bostrom commented 5 years ago

Nice! Will make PR.

bostrom commented 5 years ago

Closed by #58