chore: use prettier instead of lint:fix for 'npm run fix' #2906
@ -22,7 +22,7 @@
|
|||||||
"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.cjs",
|
"update-translations": "cd scripts && node update-translations.cjs",
|
||||||
"fix": "npm run update-translations && npm run lint:fix"
|
"fix": "npm run update-translations && npm run prettier"
|
||||||
},
|
},
|
||||||
"license": "GNU",
|
"license": "GNU",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user