Skip to content

Commit

Permalink
fix(lint-staged): fix lint staged that did not worked with module js
Browse files Browse the repository at this point in the history
  • Loading branch information
sijav committed Oct 25, 2023
1 parent 067ff96 commit 764167a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lint-staged.config.js

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
"last 1 safari version"
]
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": ["yarn lint", "yarn i18n:extract"],
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": ["yarn format"]
},
"engines": {
"node": "^18.17.1",
"yarn": "^1.22.19"
Expand Down

0 comments on commit 764167a

Please sign in to comment.