mirror of https://github.com/mifi/lossless-cut
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			683 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			29 lines
		
	
	
		
			683 B
		
	
	
	
		
			Plaintext
		
	
{
 | 
						|
  "extends": "airbnb",
 | 
						|
  "parser": "babel-eslint",
 | 
						|
  "plugins": [
 | 
						|
    "react",
 | 
						|
    "react-hooks"
 | 
						|
  ],
 | 
						|
  "env": {
 | 
						|
    "node": true,
 | 
						|
    "browser": true
 | 
						|
  },
 | 
						|
  "rules": {
 | 
						|
    "react-hooks/rules-of-hooks": "error",
 | 
						|
    "react-hooks/exhaustive-deps": "error",
 | 
						|
 | 
						|
    "react/jsx-fragments": 0,
 | 
						|
    "no-console": 0,
 | 
						|
    "react/destructuring-assignment": 0,
 | 
						|
    "react/forbid-prop-types": [1, { "forbid": ["any"] }],
 | 
						|
    "jsx-a11y/click-events-have-key-events": 0,
 | 
						|
    "jsx-a11y/interactive-supports-focus": 0,
 | 
						|
    "react/jsx-one-expression-per-line": 0,
 | 
						|
    "object-curly-newline": 0,
 | 
						|
    "arrow-parens": 0,
 | 
						|
    "jsx-a11y/control-has-associated-label": 0,
 | 
						|
    "react/prop-types": 0,
 | 
						|
  }
 | 
						|
}
 |