lint-stage config is defined in package.json even if we choose to keep configurations in standalone files #6298
Labels
contribution welcome
intend to implement
The team has the intention to implement this feature at some point. Contribution is also welcome.
Version
4.5.11
Environment info
Steps to reproduce
vue create myProject
What is expected?
lint-staged
config do be stored in.lintstagedrc.yml
or.lintstagedrc
What is actually happening?
lint-staged
config is stored inpackage.json
The text was updated successfully, but these errors were encountered: