Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
AVtheking committed Oct 28, 2024
1 parent dd6ddbe commit 91fc091
Show file tree
Hide file tree
Showing 2 changed files with 1,287 additions and 15,203 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly",
"AudioWorkletGlobalScope": "readonly"
"SharedArrayBuffer": "readonly"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down Expand Up @@ -61,6 +60,9 @@
"@typescript-eslint/no-non-null-asserted-optional-chain": "error",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/no-unsafe-function-type": "error",
"@typescript-eslint/no-wrapper-object-types": "error",
"@typescript-eslint/no-empty-object-type": "error",
"@typescript-eslint/no-duplicate-enum-values": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/consistent-type-assertions": "error",
Expand Down
Loading

0 comments on commit 91fc091

Please sign in to comment.