mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 01:34:57 +01:00
Matthias Kretschmann
ad864cc249
* add VS Code workspace settings * add everything required for auto-formatting on filesave * add list of suggested extensions * add pre-commit hook for `npm run format` * update code style docs * make pre-commit work * update docs Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
node_modules/.bin/pretty-quick --staged |