IE & Edge fixes, Storage & Console classes
This commit is contained in:
		
							
								
								
									
										31
									
								
								plyr.code-workspace
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								plyr.code-workspace
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,31 @@ | ||||
| { | ||||
| 	"folders": [ | ||||
| 		{ | ||||
| 			"path": "." | ||||
| 		} | ||||
| 	], | ||||
| 	"settings": { | ||||
| 		// Exclude from the editor | ||||
| 		"files.exclude": { | ||||
| 			"**/node_modules": true | ||||
| 		}, | ||||
| 		// Exclude from search | ||||
| 		"search.exclude": { | ||||
| 			"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 | ||||
| 	} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user