mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:29:12 +08:00 
			
		
		
		
	Make eslint-compact matcher compatible with Stylelint (#98)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/eslint-compact.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/eslint-compact.json
									
									
									
									
										vendored
									
									
								
							@@ -4,7 +4,7 @@
 | 
				
			|||||||
            "owner": "eslint-compact",
 | 
					            "owner": "eslint-compact",
 | 
				
			||||||
            "pattern": [
 | 
					            "pattern": [
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    "regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$",
 | 
					                    "regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s([Ee]rror|[Ww]arning|[Ii]nfo)\\s-\\s(.+)\\s\\((.+)\\)$",
 | 
				
			||||||
                    "file": 1,
 | 
					                    "file": 1,
 | 
				
			||||||
                    "line": 2,
 | 
					                    "line": 2,
 | 
				
			||||||
                    "column": 3,
 | 
					                    "column": 3,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user