Skip to content

Commit

Permalink
chore: setup lerna, nx & prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Aug 26, 2022
1 parent 172406f commit 054c973
Show file tree
Hide file tree
Showing 17 changed files with 12,723 additions and 2,009 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
build
coverage
node_modules
dist
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build
coverage
node_modules
dist
native/
public/an.js
8 changes: 8 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
trailingComma: "none",
singleQuote: false,
semi: true,
printWidth: 80,
useTabs: false,
tabWidth: 2
};
Loading

0 comments on commit 054c973

Please sign in to comment.