mirror of
				https://github.com/Instadapp/trustwallet-assets.git
				synced 2024-07-29 22:37:31 +00:00 
			
		
		
		
	* Add ESLint infrastructure. * Lint auto fixes. * Lint fixes. * Lint fixes. * Add Lint to CI builds. Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			200 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			200 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# don't ever lint node_modules
 | 
						|
node_modules
 | 
						|
# don't lint build output (make sure it's set to your correct build folder name)
 | 
						|
dist
 | 
						|
# don't lint nyc coverage output
 | 
						|
coverage
 | 
						|
 | 
						|
.eslintrc.js
 | 
						|
jest.config.js |