Skip to content

Commit 57f37bf

Browse files
authored
Merge pull request #25 from codecon-dev/melhorias-visuais
2 parents bfa0b29 + 431d92c commit 57f37bf

24 files changed

+765
-402
lines changed

.prettierrc.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
semi: true,
3+
tabWidth: 4,
4+
useTabs: false,
5+
singleQuote: true,
6+
trailingComma: 'es5',
7+
bracketSpacing: true,
8+
arrowParens: 'avoid',
9+
printWidth: 120,
10+
endOfLine: 'lf',
11+
quoteProps: 'as-needed',
12+
};
File renamed without changes.
File renamed without changes.

asset/images/exit-full-screen.svg

Lines changed: 3 additions & 0 deletions
Loading

asset/images/favicon.ico

8.51 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)