chore(init): project setup with Docker support
This commit is contained in:
9
backend/.prettierrc.mjs
Normal file
9
backend/.prettierrc.mjs
Normal file
@@ -0,0 +1,9 @@
|
||||
const config = {
|
||||
trailingComma: 'es5',
|
||||
printWidth: 120,
|
||||
tabWidth: 2,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user