mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
Add start script for Docker image, pre-commit lint check, package.json scripts cleanup
This commit is contained in:
19
package.json
19
package.json
@@ -8,5 +8,22 @@
|
||||
"url": "https://github.com/plankanban/planka.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Maksim Eltyshev"
|
||||
"author": "Maksim Eltyshev",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"client/**/*.{js,jsx}": [
|
||||
"npm run lint --prefix client"
|
||||
],
|
||||
"server/**/*.js": [
|
||||
"npm run lint --prefix server"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^4.2.5",
|
||||
"lint-staged": "^10.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user