aboutsummaryrefslogtreecommitdiffstats
path: root/plyr.code-workspace
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-01-08 23:34:28 +1100
committerSam Potts <sam@potts.es>2019-01-08 23:34:28 +1100
commit7dd7c13065212ffed67f6f2ac34d4a96c565ef60 (patch)
tree419d0e82064c78b6c0a300e6636a57296a3d370f /plyr.code-workspace
parent5fdc0aae66850d94e17b5195605909e32bb25912 (diff)
downloadplyr-7dd7c13065212ffed67f6f2ac34d4a96c565ef60.tar.lz
plyr-7dd7c13065212ffed67f6f2ac34d4a96c565ef60.tar.xz
plyr-7dd7c13065212ffed67f6f2ac34d4a96c565ef60.zip
Linting etc
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r--plyr.code-workspace65
1 files changed, 34 insertions, 31 deletions
diff --git a/plyr.code-workspace b/plyr.code-workspace
index 467623c9..12c3e85b 100644
--- a/plyr.code-workspace
+++ b/plyr.code-workspace
@@ -1,32 +1,35 @@
{
- "folders": [
- {
- "path": "."
- }
- ],
- "settings": {
- // Exclude from the editor
- "files.exclude": {
- "**/node_modules": true
- },
- // Exclude from search
- "search.exclude": {
- "dist/": true,
- "demo/dist/": true
- },
- // Linting
- "stylelint.enable": true,
- "css.validate": false,
- "scss.validate": false,
- "javascript.validate.enable": false,
- // Prettier
- "prettier.eslintIntegration": true,
- "prettier.stylelintIntegration": true,
- // Formatting
- "editor.tabSize": 4,
- "editor.insertSpaces": true,
- "editor.formatOnSave": true,
- // Trim on save
- "files.trimTrailingWhitespace": true
- }
-} \ No newline at end of file
+ "folders": [
+ {
+ "path": "."
+ }
+ ],
+ "settings": {
+ // Exclude from the editor
+ "files.exclude": {
+ "**/node_modules": true
+ },
+ // Exclude from search
+ "search.exclude": {
+ "dist/": true,
+ "demo/dist/": true
+ },
+ // Linting
+ "stylelint.enable": true,
+ "css.validate": false,
+ "scss.validate": false,
+ "javascript.validate.enable": false,
+ // Prettier
+ "prettier.eslintIntegration": true,
+ "prettier.stylelintIntegration": true,
+ // Formatting
+ "editor.tabSize": 4,
+ "editor.insertSpaces": true,
+ "editor.formatOnSave": true,
+ "editor.codeActionsOnSave": {
+ "source.organizeImports": true
+ },
+ // Trim on save
+ "files.trimTrailingWhitespace": true
+ }
+}