chore: enforce consistent imports #2408
@ -20,7 +20,8 @@
 | 
				
			|||||||
    "lint:fix": "eslint --fix --ext .ts .",
 | 
					    "lint:fix": "eslint --fix --ext .ts .",
 | 
				
			||||||
    "prettier": "prettier --write .",
 | 
					    "prettier": "prettier --write .",
 | 
				
			||||||
    "update-translations": "cd scripts && node update-translations.js",
 | 
					    "update-translations": "cd scripts && node update-translations.js",
 | 
				
			||||||
    "fix-imports": "cd scripts && node fix-imports.js"
 | 
					    "fix-imports": "cd scripts && node fix-imports.js",
 | 
				
			||||||
 | 
					    "fix": "npm run update-translations && npm run fix-imports && npm run prettier"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "license": "GNU",
 | 
					  "license": "GNU",
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user