Skip to content

Commit

Permalink
update .gitignore, prettier rules, and screenshot function
Browse files Browse the repository at this point in the history
  • Loading branch information
tintheanh committed Sep 14, 2020
1 parent bbeaf9c commit 2c77a59
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 333 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
**/node_modules/
package.json
package-lock.json
.DS_Store
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"tabWidth": 4,
"useTabs": true,
"trailingComma": "none"
"trailingComma": "none",
"singleQuote": true
}
Loading

0 comments on commit 2c77a59

Please sign in to comment.