fix lint rules and small readme improve

This commit is contained in:
2023-12-06 21:05:52 +01:00
parent fa1bb19623
commit 2f35776696
12 changed files with 73 additions and 63 deletions

View File

@@ -1,4 +1,8 @@
module.exports = {
env: {
node: true, // Indicates that the code runs in a Node.js environment
es2021: true
},
root: true,
parser: "@typescript-eslint/parser",
parserOptions: {