[chapter3]: add config
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user