Skip to content

Commit

Permalink
Add support for react-native environment (#80)
Browse files Browse the repository at this point in the history
* Switch to cryptographically insecure random id generation

* Turn off no-explicit-any rule, as it throws

* Removed npm lockfile

* Fixed tests
  • Loading branch information
ArtiomTr authored Jun 2, 2023
1 parent 14aae2a commit e3dc3b5
Show file tree
Hide file tree
Showing 10 changed files with 8,026 additions and 23,177 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'no-console': 'warn',
'prettier/prettier': [
'error',
Expand Down
23,166 changes: 0 additions & 23,166 deletions package-lock.json

This file was deleted.

Loading

0 comments on commit e3dc3b5

Please sign in to comment.