docs: Remove the warning about partially staged files (#5310)

Since partially staged files are now officially supported, this isn't up to date anymore.
master
Andrey Okonetchnikov 2018-10-29 13:16:28 +01:00 committed by Lucas Duailibe
parent 2402a2a07b
commit 7238ceffab
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ and add this config to your `package.json`:
}
```
**Warning:** Currently there is a limitation where if you stage specific lines this approach will stage the whole file after formatting. See this [issue](https://github.com/okonet/lint-staged/issues/62) for more info.
See https://github.com/okonet/lint-staged#configuration for more details about how you can configure lint-staged.
## Option 2. [pretty-quick](https://github.com/azz/pretty-quick)