mirror of
				https://github.com/fspc/workstand.git
				synced 2025-10-31 16:35:35 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "extends": "airbnb",
 | |
|     "plugins": [
 | |
|         "react",
 | |
|         "jsx-a11y",
 | |
|         "import"
 | |
|     ],
 | |
|     "rules": {
 | |
|         "sort-imports": "error"
 | |
|     }
 | |
| } |