mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
dd20741b87
* feat: Add autoformat and lint for ts/tsx files * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged --concurrent false
|