mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
feat: revamp dashboard photo management (#136)
Signed-off-by: Innei <tukon479@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
export default {
|
||||
printWidth: 80,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
arrowParens: 'always',
|
||||
printWidth: 120,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
singleQuote: true,
|
||||
trailingComma: "all",
|
||||
arrowParens: "always",
|
||||
semi: false,
|
||||
endOfLine: "lf",
|
||||
};
|
||||
bracketSpacing: true,
|
||||
bracketSameLine: false,
|
||||
jsxBracketSameLine: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user