Skip to content

Commit

Permalink
Configure prettier
Browse files Browse the repository at this point in the history
Update vscode workspace settings
  • Loading branch information
thinktwice13 committed Dec 6, 2018
1 parent 54812c9 commit 39a7ca1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 100,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
}
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"editor.tabSize": 2
"editor.tabSize": 2,
"editor.formatOnSave": false,
"javascript.format.enable": false,
"eslint.autoFixOnSave": true,
"prettier.eslintIntegration": true,
"prettier.disableLanguages": ["js", "jsx"],
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#000",
"titleBar.inactiveForeground": "#000000CC",
"titleBar.activeBackground": "#FFC600","titleBar.inactiveBackground": "#FFC600CC"
},
}

0 comments on commit 39a7ca1

Please sign in to comment.