mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	test: remove .* files from being ignored by ESLint
				
					
				
			Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
		
							parent
							
								
									843775ef96
								
							
						
					
					
						commit
						eac3dddfc3
					
				@ -5,7 +5,5 @@ export default [
 | 
				
			|||||||
  eslint.configs.recommended,
 | 
					  eslint.configs.recommended,
 | 
				
			||||||
  ...tseslint.configs.recommended,
 | 
					  ...tseslint.configs.recommended,
 | 
				
			||||||
  ...tseslint.configs.stylistic,
 | 
					  ...tseslint.configs.stylistic,
 | 
				
			||||||
  {
 | 
					  { ignores: ["dist"] },
 | 
				
			||||||
    ignores: [".*", "dist"],
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user