Use modern error handling and enforce it via lint (#1327)

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
6543
2023-02-02 00:08:02 +01:00
committed by GitHub
parent c73b1ecf2a
commit 18d3139e9e
37 changed files with 156 additions and 157 deletions

View File

@@ -14,5 +14,9 @@
"./web"
],
"prettier.configPath": "./web/.prettierrc.js",
"prettier.ignorePath": "./web/.prettierignore"
"prettier.ignorePath": "./web/.prettierignore",
"cSpell.words": [
"doublestar",
"multierr"
]
}