Skip to content

Commit

Permalink
fix(lint): update eslint / prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JMaio committed Dec 25, 2020
1 parent 2d7a9b4 commit a25eb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"rules": {
"prettier/prettier": [
"error",
"warn",
{
"singleQuote": true,
// https://stackoverflow.com/a/53769213/9184658
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// },
// Set the default
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
// Enable per-language
// "[javascript]": {
// "editor.formatOnSave": true
Expand Down

0 comments on commit a25eb95

Please sign in to comment.