Skip to content

Commit

Permalink
adjust lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPAC-4 committed Jul 11, 2024
1 parent 5538940 commit 5cb282b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"typescript-eslint": "^7.16.0"
},
"lint-staged": {
"src/**/*.{mjs|ts}": [
"eslint --fix"
]
}
}

0 comments on commit 5cb282b

Please sign in to comment.