add trait checking

This commit is contained in:
2025-08-19 21:54:06 -06:00
parent d370fb44a2
commit 90381840af
6 changed files with 109 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
const config = {
trailingComma: "all",
singleQuote: false,
printWidth: 80,
printWidth: 100,
semi: true,
};