tdweb: fix gitDir in package.json
GitOrigin-RevId: b94b9616b6a9fd9208167d9434c25cacf6934ff3
This commit is contained in:
parent
df1c8d8297
commit
935466bf63
@ -44,18 +44,21 @@
|
||||
"worker-loader": "^1.1.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"webpack.config.json": [
|
||||
"prettier --single-quote --write",
|
||||
"git add"
|
||||
],
|
||||
"package.json": [
|
||||
"prettier --single-quote --write",
|
||||
"git add"
|
||||
],
|
||||
"src/*.{js,jsx,json,css}": [
|
||||
"prettier --single-quote --write",
|
||||
"git add"
|
||||
]
|
||||
"gitDir": "../../../",
|
||||
"linters": {
|
||||
"webpack.config.json": [
|
||||
"prettier --single-quote --write",
|
||||
"git add"
|
||||
],
|
||||
"package.json": [
|
||||
"prettier --single-quote --write",
|
||||
"git add"
|
||||
],
|
||||
"src/*.{js,jsx,json,css}": [
|
||||
"prettier --single-quote --write",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.26.0",
|
||||
|
Loading…
Reference in New Issue
Block a user