fix(eslint): Rule "object-shorthand"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -465,7 +465,12 @@
 | 
			
		||||
  ],
 | 
			
		||||
  "object-shorthand": [
 | 
			
		||||
    "error",
 | 
			
		||||
    "consistent-as-needed"
 | 
			
		||||
    "always",
 | 
			
		||||
    {
 | 
			
		||||
      "avoidExplicitReturnArrows": true,
 | 
			
		||||
      "avoidQuotes": false,
 | 
			
		||||
      "ignoreConstructors": false
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "one-var": [
 | 
			
		||||
    "error",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user