mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	Add TypeScript linting (#827)
* add tslint, create tslint.json ruleset from .eslintrc * remove leftover rules * fix up meta files
This commit is contained in:
		
				
					committed by
					
						
						Elliot Lee
					
				
			
			
				
	
			
			
			
						parent
						
							19eaedf50d
						
					
				
				
					commit
					d3fb4b6260
				
			
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -51,12 +51,9 @@ test/config.js
 | 
			
		||||
# Ignore npm-debug
 | 
			
		||||
npm-debug.log
 | 
			
		||||
 | 
			
		||||
# Ignore dist folder, build for bower
 | 
			
		||||
# Ignore dist folder, built from tsc
 | 
			
		||||
dist/
 | 
			
		||||
 | 
			
		||||
# Ignore flow output directory
 | 
			
		||||
out/
 | 
			
		||||
 | 
			
		||||
# Ignore perf test cache
 | 
			
		||||
scripts/cache
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user