forked from OpenWF/SpaceNinjaServer
		
	fixup: use eslint:fix instead of prettier in fix script
This commit is contained in:
		
							parent
							
								
									c52f7dcedc
								
							
						
					
					
						commit
						f13de810e5
					
				@ -23,7 +23,7 @@
 | 
				
			|||||||
    "prettier": "prettier --write .",
 | 
					    "prettier": "prettier --write .",
 | 
				
			||||||
    "update-translations": "cd scripts && node update-translations.cjs",
 | 
					    "update-translations": "cd scripts && node update-translations.cjs",
 | 
				
			||||||
    "fix-imports": "cd scripts && node fix-imports.cjs",
 | 
					    "fix-imports": "cd scripts && node fix-imports.cjs",
 | 
				
			||||||
    "fix": "npm run update-translations && npm run fix-imports && npm run prettier"
 | 
					    "fix": "npm run update-translations && npm run fix-imports && npm run lint:fix"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "license": "GNU",
 | 
					  "license": "GNU",
 | 
				
			||||||
  "type": "module",
 | 
					  "type": "module",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user