Skip to content

Commit

Permalink
0.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
plegner committed Aug 21, 2023
1 parent 88ce7b6 commit 6d9647c
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-explicit-any': 'off', // Remove eventually!
'@typescript-eslint/no-explicit-any': 'warn', // Remove eventually!
'@typescript-eslint/no-var-requires': 'off', // Remove eventually!

'require-jsdoc': 'off', // Remove eventually!
Expand Down
3 changes: 3 additions & 0 deletions .mend
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"settingsInheritedFrom": "mathigon/whitesource-config@main"
}
Loading

0 comments on commit 6d9647c

Please sign in to comment.