create .env generation script

This commit is contained in:
Amruth Pillai
2022-12-16 16:39:29 +01:00
parent 2ba6658a0b
commit f9b6aefffe
6 changed files with 84 additions and 14 deletions

View File

@ -14,6 +14,7 @@
// TypeScript ESLint
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"