Skip to content

Commit

Permalink
build: improve lintstaged reach
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Oct 10, 2023
1 parent ba94e9e commit f463307
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"*.js": [
"eslint",
"eslint --fix",
"prettier --write"
]
"*.ts": ["eslint", "eslint --fix", "prettier --write"],
"*.js": ["eslint", "eslint --fix", "prettier --write"],
"*.md": ["prettier --write"]
}

0 comments on commit f463307

Please sign in to comment.