Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:undev-studio/cables_dev into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
pandrr committed Mar 14, 2024
2 parents 2a9c651 + 4d8256b commit 07d4611
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,17 @@ brew install imagemagick
## visual studio code

* install extensions: `Editorconfig`, `Eslint`
* add this to your settings.json so the imports jave a .js suffix:
```
"javascript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.importModuleSpecifierEnding": "js",
```
* vscode: in eslint config set to "code actions on save mode" to "all"
* vscode: open workspace via "open workspace from file" only from system menu, option not available in the welcome/open panel
* good list of files to exclude from search:
```
*.min.js,*.max.js,*.map*,*/ace/*,*dist*,*jsdoc*,*build*,*/public/*,*/logs*
```

## copy jobs in build process

### cables
Expand Down

0 comments on commit 07d4611

Please sign in to comment.