Skip to content

Commit

Permalink
Merge branch 'master' into settings-lsp-taproot-default
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis authored May 26, 2024
2 parents 47ddd53 + 46bd81a commit dc9c435
Show file tree
Hide file tree
Showing 384 changed files with 33,060 additions and 11,924 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ babel.config.js
index.js
metro.config.js
shim.js
proto
proto
react-native.config.js
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ module.exports = {
root: true,
extends: ['@react-native', 'plugin:import/recommended', 'plugin:import/typescript'],
plugins: ['import'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: true,
tsconfigRootDir: __dirname
},
rules: {
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/camelcase': 'off',
Expand Down
12 changes: 4 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,13 @@ body:
label: ZEUS version
description: What version of ZEUS were you running when the bug occurred?
options:
- v0.9.0
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.7
- v0.7.6
- v0.7.5
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- Older (specify in comments)
- type: dropdown
id: interface
attributes:
Expand Down
787 changes: 777 additions & 10 deletions App.tsx

Large diffs are not rendered by default.

Loading

0 comments on commit dc9c435

Please sign in to comment.