This commit is contained in:
jejolare 2025-07-01 19:12:19 +07:00
parent c26200e29c
commit 800f68cd7f
2 changed files with 10 additions and 1 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View file

@ -16,7 +16,7 @@
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
"eslint --fix --config .eslintrc.json"
]
},
"dependencies": {