Skip to content

Commit

Permalink
Auto-formatted VSCode settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
JelaMiraj committed Oct 16, 2019
1 parent 21f95e9 commit 892b76e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"cSpell.words": ["featuredimage", "featuredpost", "mainpitch"]
"cSpell.words": [
"featuredimage",
"featuredpost",
"mainpitch"
],
"typescript.tsdk": "node_modules/typescript/lib"

// Using Prettier for JS is unnecessary as ESLint already handles formatting
// "prettier.disableLanguages": ["javascript", "javascriptreact"],

// Disable built-in tools for which there are better alternatives available
// "javascript.format.enable": false,
// "javascript.validate.enable": false
}
}

0 comments on commit 892b76e

Please sign in to comment.