Skip to content

Commit

Permalink
Merge pull request #240 from SharebookBR/fix-build-error
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
wantero authored Dec 23, 2019
2 parents b83d325 + b464bef commit 229c906
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10,634 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# misc
/.sass-cache
Expand All @@ -37,3 +38,6 @@ testem.log
# System Files
.DS_Store
Thumbs.db

# Ignoring package-lock.json
package-lock.json
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
8 changes: 3 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"editor.detectIndentation": false,
"prettier.tabWidth": 2,
"prettier.printWidth": 120,
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"prettier.jsxSingleQuote": true,
"prettier.tslintIntegration": true,
"prettier.jsxBracketSameLine": true,
"prettier.eslintIntegration": true,
}
"prettier.jsxBracketSameLine": true
}
Loading

0 comments on commit 229c906

Please sign in to comment.