Skip to content

Commit

Permalink
Merge pull request #120 from JelleInfinity/pr
Browse files Browse the repository at this point in the history
edit: Ignore use of requires, but still show a warning
  • Loading branch information
duckdoom4 authored May 19, 2022
2 parents 485a069 + a6cabda commit bd101b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"no-shadow": "warn",
"prefer-regex-literals": "warn",
"require-await": "warn",
"camelcase": "error"
"camelcase": "error",
"@typescript-eslint/no-var-requires": "warn"
}
}

0 comments on commit bd101b7

Please sign in to comment.