style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									14c52046fc
								
							
						
					
					
						commit
						d754ed44a0
					
				
					 1 changed files with 10 additions and 1 deletions
				
			
		|  | @ -13,7 +13,16 @@ export default mergeConfig( | |||
|                 reporter: ["text", "json-summary", "json"], | ||||
|                 // If you want a coverage reports even if your tests are failing, include the reportOnFailure option
 | ||||
|                 reportOnFailure: true, | ||||
|                 exclude: ["**/*config*", "**/tests/**", 'src/*.ts', 'src/*.vue', '**/dist/**', '**/e2e/**', '**/*config*', '**/node_modules/**'], | ||||
|                 exclude: [ | ||||
|                     "**/*config*", | ||||
|                     "**/tests/**", | ||||
|                     "src/*.ts", | ||||
|                     "src/*.vue", | ||||
|                     "**/dist/**", | ||||
|                     "**/e2e/**", | ||||
|                     "**/*config*", | ||||
|                     "**/node_modules/**", | ||||
|                 ], | ||||
|                 thresholds: { | ||||
|                     lines: 60, | ||||
|                     branches: 60, | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action