mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
CI: Run prettier to check for JS code formatting
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
"scripts": {
|
||||
"dev": "webpack --mode development --watch",
|
||||
"build": "webpack --mode production",
|
||||
"format": "prettier --write src"
|
||||
"format": "prettier --write src",
|
||||
"format-check": "prettier --check src"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
Reference in New Issue
Block a user