Fix more lints
This commit is contained in:
@@ -9,10 +9,7 @@ module.exports = {
|
||||
"@typescript-eslint/no-unsafe-assignment": "off",
|
||||
"@typescript-eslint/no-misused-promises": "off",
|
||||
"@typescript-eslint/no-floating-promises": "off",
|
||||
"@typescript-eslint/no-unsafe-member-access": "off",
|
||||
"@typescript-eslint/no-unsafe-assignment": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-unsafe-argument": "off",
|
||||
"react-refresh/only-export-components": "off",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -103,8 +103,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
zIndex: 2000,
|
||||
backgroundColor: (theme as any).colors
|
||||
.background.base,
|
||||
backgroundColor: theme.colors.background.base,
|
||||
})}
|
||||
>
|
||||
<EnteSpinner />
|
||||
|
||||
Reference in New Issue
Block a user