Summary: Ref T2889 Test Plan: arc lint --everything | grep .css Reviewers: FilipI Reviewed By: FilipI Subscribers: FilipI, kuba-orlik, jenkins-user Maniphest Tasks: T2889 Differential Revision: https://hub.sealcode.org/D1553
		
			
				
	
	
		
			12 lines
		
	
	
		
			245 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			245 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "linters": {
 | 
						|
    "stylelint": {
 | 
						|
      "type": "script-and-regex",
 | 
						|
      "script-and-regex.script": "2>&1 npx stylelint",
 | 
						|
      "script-and-regex.regex": "/^(?P<message>.*)$/m",
 | 
						|
      "include": ["(\\.css$)"],
 | 
						|
      "exclude": []
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |