mirror of
https://github.com/jetkvm/cloud-api.git
synced 2025-09-16 08:38:15 +00:00
This commit introduces validation for required environment variables, ensuring the application fails fast if any are missing. It also integrates ESLint with TypeScript support, adds new linting scripts, and updates development dependencies for improved code quality and consistency. Minor cleanup and type improvements are also included.
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"arrowParens": "avoid",
|
|
"singleQuote": false,
|
|
"printWidth": 90
|
|
}
|