diff --git a/example/emscripten/tdweb/package.json b/example/emscripten/tdweb/package.json index e188d14f..cd12eca9 100644 --- a/example/emscripten/tdweb/package.json +++ b/example/emscripten/tdweb/package.json @@ -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",