You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							536 B
						
					
					
				
			
		
		
	
	
							25 lines
						
					
					
						
							536 B
						
					
					
				extends:
 | 
						|
    - airbnb
 | 
						|
    - airbnb/hooks
 | 
						|
    - prettier
 | 
						|
rules:
 | 
						|
    no-shadow:
 | 
						|
        - warn
 | 
						|
    no-param-reassign:
 | 
						|
        - warn
 | 
						|
    jsx-a11y/click-events-have-key-events:
 | 
						|
        - warn
 | 
						|
    jsx-a11y/no-static-element-interactions:
 | 
						|
        - warn
 | 
						|
    react-hooks/exhaustive-deps:
 | 
						|
        - warn
 | 
						|
    react/jsx-props-no-spreading:
 | 
						|
        - warn
 | 
						|
        - html: ignore
 | 
						|
          explicitSpread: ignore
 | 
						|
    react/jsx-filename-extension:
 | 
						|
        - error
 | 
						|
        - extensions:
 | 
						|
              - .js
 | 
						|
              - .jsx
 | 
						|
              - .tsx
 | 
						|
 |