Skip to content

Commit

Permalink
Merge pull request #30 from PretendoNetwork/auto-slow-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow authored Aug 3, 2024
2 parents e6be95b + 929ab5d commit 14e15b4
Show file tree
Hide file tree
Showing 6 changed files with 827 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }],
"@typescript-eslint/no-extra-semi": "error",
"@typescript-eslint/keyword-spacing": "error",
"require-atomic-updates": "warn",
Expand Down
Loading

0 comments on commit 14e15b4

Please sign in to comment.