mirror of
https://github.com/Xevion/icons.git
synced 2025-12-06 05:15:26 -06:00
Fix ESLint assertion error
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
|
||||
"rules": {
|
||||
"@typescript-eslint/consistent-type-imports": "warn",
|
||||
"@typescript-eslint/ban-ts-comment": "warn"
|
||||
"@typescript-eslint/ban-ts-comment": "warn",
|
||||
"@typescript-eslint/no-unnecessary-type-assertion": "warn"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,7 @@ const processEnv = {
|
||||
// --------------------------
|
||||
|
||||
const merged = server.merge(client);
|
||||
|
||||
/** @type z.infer<merged>
|
||||
* @ts-ignore - can't type this properly in jsdoc */
|
||||
let env = process.env;
|
||||
|
||||
Reference in New Issue
Block a user