[chapter3]: add config

This commit is contained in:
jiawei
2026-08-30 15:17:46 +08:00
parent 0aa57254d9
commit 65805be81d
8 changed files with 3494 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
const config = {
singleQuote: true,
trailingComma: 'all',
printWidth: 100,
proseWrap: 'never',
endOfLine: 'auto',
semi: true,
tabWidth: 4,
htmlWhitespaceSensitivity: 'strict',
};
export default config;