mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-05-09 08:31:43 +01:00
Prettier install & format
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const config = {
|
||||
singleQuote: false,
|
||||
tabWidth: 4,
|
||||
trailingComma: "all",
|
||||
printWidth: 100,
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user