시스템 업데이트트

This commit is contained in:
girinb
2025-05-29 17:59:32 +09:00
parent 485098cd1a
commit 4c0c8e77e4
10 changed files with 1096 additions and 392 deletions

9
eslint.config.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = [
{
rules: {
"quotes": ["error", "double"],
"indent": ["error", 2],
"linebreak-style": ["error", "unix"]
}
}
];