This website requires JavaScript.
Explore
Help
Sign In
maskantech
/
support_backend
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
da11dbc96131f1c1ec0cc79d44e2c4afa58e4228
support_backend
/
lint-staged.config.js
T
10 lines
137 B
JavaScript
Raw
Normal View
History
Unescape
Escape
first commit
2026-08-19 16:29:17 +05:30
module
.
exports
=
{
"*.ts"
:
[
"eslint --fix"
,
"prettier --write"
],
"*.{json,md,yml,yaml}"
:
[
"prettier --write"
]
};
Reference in New Issue
Copy Permalink