mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 06:43:53 +01:00 
			
		
		
		
	Fix npm run lint by ignoring *.md files in data
				
					
				
			Usually prettier can switch automatically to check Markdown and format it. However, this prettier config forces the JSON formatter for all files.
This commit is contained in:
		
							parent
							
								
									289a57b700
								
							
						
					
					
						commit
						fa267abacf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -12,7 +12,7 @@ | |||
|   "license": "ISC", | ||||
|   "main": "build.js", | ||||
|   "scripts": { | ||||
|     "lint": "prettier --check data", | ||||
|     "lint": "prettier --check 'data/**/!(*.md)'", | ||||
|     "lint:fix": "prettier --write data", | ||||
|     "build": "node scripts/build.js", | ||||
|     "dist": "node scripts/dist.js", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tobias
						Tobias