mirror of
				https://github.com/speice-io/isomorphic-rust
				synced 2025-11-03 18:10:34 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			216 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			216 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "extends": "eslint-config-airbnb",
 | 
						|
  "rules": {
 | 
						|
    "import/extensions": 0,
 | 
						|
    "import/no-extraneous-dependencies": 0,
 | 
						|
    "import/no-unresolved": [2, { "ignore": ["electron"] }],
 | 
						|
    "linebreak-style": 0
 | 
						|
  }
 | 
						|
}
 |