Skip to content

Commit 3221775

Browse files
authored
Monorepo (#3)
1 parent 9c7edc0 commit 3221775

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2273
-2716
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/lib/
2-
/docs/
1+
lib/
2+
docs/
33
*.tgz
44

55
# IntelliJ Idea file-based project settings

.prettierrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"printWidth": 120,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"semi": true,
6+
"singleQuote": true,
7+
"trailingComma": "es5",
8+
"bracketSpacing": true,
9+
"bracketSameLine": false,
10+
"arrowParens": "avoid",
11+
"endOfLine": "auto",
12+
"singleAttributePerLine": true
13+
}

0 commit comments

Comments
 (0)