preiiter, eslint

This commit is contained in:
2025-07-18 17:48:12 +09:00
parent 036a220276
commit ffba4bdf09
154 changed files with 397 additions and 14485 deletions

View File

@@ -1,4 +1,8 @@
{
"singleQuote": true,
"trailingComma": "all"
}
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 100,
"endOfLine": "auto"
}