This commit is contained in:
IlyaDoronin 2023-12-22 17:06:41 +03:00
parent d785097a83
commit 575780a605
2 changed files with 4 additions and 1 deletions

@ -87,6 +87,7 @@
"prettier": "^3.1.1" "prettier": "^3.1.1"
}, },
"lint-staged": { "lint-staged": {
"**/*": "yarn code:format" "**/*": "yarn code:format",
"--allow-empty": true
} }
} }

@ -19,4 +19,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
</body> </body>
<div>324</div>
</html> </html>