fix: Allow any SSO validation rather than _all_

This commit is contained in:
Tom Moor
2023-06-29 21:01:05 -04:00
parent c2af5db0f8
commit 73c2a67fa5
3 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
"extends": [
"../.eslintrc"
],
"parserOptions": {
"project": "./tsconfig.json"
},
"overrides": [
{
"files": ["scripts/*"],