mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "root": true,
 | 
						|
  "extends": [
 | 
						|
    "plugin:vue/recommended",
 | 
						|
    "eslint:recommended",
 | 
						|
    "prettier/vue",
 | 
						|
    "plugin:prettier/recommended"
 | 
						|
  ],
 | 
						|
  "rules": {
 | 
						|
    "vue/max-attributes-per-line": [
 | 
						|
      "error",
 | 
						|
      {
 | 
						|
        "singleline": 20,
 | 
						|
        "multiline": {
 | 
						|
          "max": 1,
 | 
						|
          "allowFirstLine": false
 | 
						|
        }
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  }
 | 
						|
} |