Skip to content

Commit

Permalink
Made applyProperties accept any input and introduced first unit tests…
Browse files Browse the repository at this point in the history
…. lint/watch is performed on all src and test folder
  • Loading branch information
kaisalmen committed Jan 18, 2023
1 parent b9e5f54 commit 16bff34
Show file tree
Hide file tree
Showing 18 changed files with 764 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parser": "@typescript-eslint/parser",
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 2020,
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ packages/examples/preview
packages/examples/src/worker/external
packages/examples/src/worker/generated

tsconfig.tsbuildinfo
*.tsbuildinfo
*.tgz
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"[typescript]": {
"editor.formatOnSave": true
},
"eslint.codeAction.showDocumentation": {
"enable": true
},
"eslint.format.enable": true,
"eslint.validate": [
"javascript",
"typescript"
Expand Down
Loading

0 comments on commit 16bff34

Please sign in to comment.