Skip to content

Commit

Permalink
NCL-7282 Create .vscode settings config file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikk0123 committed Oct 27, 2022
1 parent c1b6fa9 commit 11d36dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"javascript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifier": "non-relative"
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
2. `Prettier`, see [documentation/prettier.md](./documentation/prettier.md)
3. `EditorConfig`, see [documentation/editor-config.md](./documentation/editor-config.md) (optional)

## Code Editor

Preferred code editor is `Visual Studio Code`. Settings config file is also included in `.vscode` directory.

## Workflows

Contribute using [GitHub flow](https://guides.github.com/introduction/flow/), once new Pull request is created, [GitHub Workflows](https://github.com/project-ncl/pnc-web-ui-react/tree/main/.github/workflows) are started and jobs consisting of building and testing are executed.
Expand Down

0 comments on commit 11d36dd

Please sign in to comment.