chore: add husky, commitlint, lint-staged, editorconfig and prettier

This commit is contained in:
Enes Köksal
2026-04-17 22:54:05 +03:00
parent a6bbc50acd
commit 385b61f29b
6 changed files with 197 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"plugins": []
}