Add version string

This commit is contained in:
schmelczerandras 2020-10-31 16:02:45 +01:00
parent 068eff5d13
commit 9d22805fb0
4 changed files with 11 additions and 1 deletions

View file

@ -24,6 +24,7 @@
"@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-non-null-assertion": "off"
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/ban-ts-comment": "off"
}
}