ui: Lint staged no longer requires git add to be specified (#8285)

This commit is contained in:
John Cowen 2020-07-10 14:25:59 +01:00 committed by GitHub
parent b8aed05a17
commit e39da2fc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -41,12 +41,10 @@
},
"lint-staged": {
"{app,config,lib,server,tests}/**/*.js": [
"prettier --write",
"git add"
"prettier --write"
],
"app/styles/**/*.*": [
"prettier --write",
"git add"
"prettier --write"
]
},
"devDependencies": {