Skip to content

Commit

Permalink
fix: Update lintstagedrc json format (#3910)
Browse files Browse the repository at this point in the history
* fix: Remove lintstagedrc json format

* Lintstagedrc add json format

* chore: Update lintstagedrc
  • Loading branch information
ChefMomota authored May 13, 2022
1 parent 0b5ee14 commit d3f4237
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"**/*.{js,jsx,ts,tsx,json}": ["eslint", "prettier --write"]
"**/*.{js,jsx,ts,tsx}": [
"eslint",
"prettier --write"
],
"**/*.json": [
"prettier --write"
]
}

0 comments on commit d3f4237

Please sign in to comment.