basic prettier config
This commit is contained in:
		
							
								
								
									
										4
									
								
								.prettierrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								.prettierrc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| { | ||||
|   "tabWidth": 4, | ||||
|   "useTabs": false | ||||
| } | ||||
| @@ -1,10 +1,10 @@ | ||||
| { | ||||
|     "compilerOptions": { | ||||
|         "target": "es6", | ||||
|         "module": "commonjs", | ||||
|         "rootDir": "./src", | ||||
|         "outDir": "./build", | ||||
|         "esModuleInterop": true, | ||||
|         "strict": true | ||||
|     } | ||||
|   "compilerOptions": { | ||||
|     "target": "es6", | ||||
|     "module": "commonjs", | ||||
|     "rootDir": "./src", | ||||
|     "outDir": "./build", | ||||
|     "esModuleInterop": true, | ||||
|     "strict": true | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user