Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
Make a comment in .vscode/settings.json more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jun 17, 2018
1 parent 073cef2 commit f6ed0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Using Prettier for JS is unnecessary as ESLint already handles formatting
"prettier.disableLanguages": ["javascript", "javascriptreact"],

// Disable some default validators as there are better substitutes available
// Disable default validators for which there are better substitutes available
"javascript.validate.enable": false,
"scss.validate": false
}

0 comments on commit f6ed0f2

Please sign in to comment.