mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Enable vue/html-closing-bracket-spacing eslint rule (#24987)
				
					
				
			Enable [`vue/html-closing-bracket-spacing`](https://eslint.vuejs.org/rules/html-closing-bracket-spacing.html) and set it to never add any useless spaces inside tags. All issues were fixed automatically with `make lint-js-fix`.
This commit is contained in:
		@@ -51,7 +51,7 @@
 | 
			
		||||
          <ul class="job-artifacts-list">
 | 
			
		||||
            <li class="job-artifacts-item" v-for="artifact in artifacts" :key="artifact.id">
 | 
			
		||||
              <a class="job-artifacts-link" target="_blank" :href="run.link+'/artifacts/'+artifact.id">
 | 
			
		||||
                <SvgIcon name="octicon-file" class="ui text black job-artifacts-icon" />{{ artifact.name }}
 | 
			
		||||
                <SvgIcon name="octicon-file" class="ui text black job-artifacts-icon"/>{{ artifact.name }}
 | 
			
		||||
              </a>
 | 
			
		||||
            </li>
 | 
			
		||||
          </ul>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user