mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
start implememting crate loading
This commit is contained in:
parent
a0599342ea
commit
b3b0bc2e6f
12 changed files with 249 additions and 165 deletions
|
|
@ -17,6 +17,7 @@ module.exports = {
|
|||
// Some silly rules forbidding things that are not wrong:
|
||||
"no-constant-condition": "off",
|
||||
"no-empty": "off",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
// Typescript already checks problematic fallthrough.
|
||||
// The eslint rule is a bit dumb and also complains about
|
||||
// obvious clear fallthrough like `case "a": case "b"`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue