cd C:\Users\${username}\AppData\Local\Microsoft\PowerToys\Keyboard Manager- Backup file existing one of
default.json - Download
default.jsonand add it to the current folder
| key |
|---|
| Esc |
| #!/bin/bash | |
| cd "$(git rev-parse --show-toplevel)" | |
| ESLINT="node_modules/.bin/eslint" | |
| pwd | |
| if [[ ! -x "$ESLINT" ]]; then | |
| printf "\t\033[41mPlease install ESlint\033[0m (npm install eslint)\n" | |
| exit 1 | |
| fi |