Skip to content

Commit

Permalink
Merge pull request #20 from GridProtectionAlliance/TypescriptUpgrade
Browse files Browse the repository at this point in the history
TypescriptUpgrade
  • Loading branch information
clackner-gpa authored Jul 12, 2024
2 parents b4a8fb9 + 3cddbe7 commit cdaf2f4
Show file tree
Hide file tree
Showing 9 changed files with 13,269 additions and 21 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,5 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
/TrenDAP/package-lock.json
/TrenDAPClient/package-lock.json
/TrenDAPClient/stats.json
6 changes: 3 additions & 3 deletions TrenDAP/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"no-async-promise-executor": "warn", //This needs to be removed after all warnings are clear..
"no-fallthrough": "warn", //This needs to be removed after all warnings are clear..
"no-prototype-builtins": "warn", //This needs to be removed after all warnings are clear..
"no-useless-escape": "warn", //This needs to be removed after all warnings are clear..
"no-useless-escape": "warn" //This needs to be removed after all warnings are clear..

"@typescript-eslint/strict-boolean-expressions": [
/* "@typescript-eslint/strict-boolean-expressions": [
"warn", //This needs to switch back to error after warnings have been cleaned up..
{
"allowString": false,
Expand All @@ -31,7 +31,7 @@
"allowAny": false,
"allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing": false
}
]
]*/
},
"ignorePatterns": [ "package/**/*", "__tests__", "lib", "**/*.d.ts" ],
"parserOptions": {
Expand Down
Loading

0 comments on commit cdaf2f4

Please sign in to comment.