Skip to content

Commit

Permalink
Merge pull request #44 from iSorp/additional-completion-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iSorp authored Oct 24, 2024
2 parents e7813e5 + 9478815 commit c411f93
Show file tree
Hide file tree
Showing 16 changed files with 5,780 additions and 8,028 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json → .eslintrc.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"eqeqeq": "error",
"indent": ["warn", "tab", { "SwitchCase": 1 } ]
}
}
}
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.bracketPairColorization.enabled": true
}
}
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:

- task: NodeTool@0
inputs:
versionSpec: '16.x'
versionSpec: '20.x'
displayName: 'Install Node.js'

- bash: |
Expand Down
5 changes: 5 additions & 0 deletions client/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": "../.eslintrc.base.json",
"rules": {
}
}
Loading

0 comments on commit c411f93

Please sign in to comment.