mirror of
				https://github.com/speice-io/isomorphic-rust
				synced 2025-10-28 16:10:33 -04: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
 | |
|   }
 | |
| }
 |