mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Remove unnecessary lint rule
This commit is contained in:
parent
f43c238ced
commit
d39b5c09ea
@ -111,10 +111,6 @@ module.exports = {
|
||||
selector: "ImportDeclaration[source.value='react'] ImportSpecifier[imported.name='use']",
|
||||
message: "Use `use` from @stack-shared/dist/utils/react instead (as it also supports React 18).",
|
||||
},
|
||||
{
|
||||
selector: "CallExpression > MemberExpression[property.name='$queryRaw']",
|
||||
message: "use rawQuery from prisma-client.tsx instead",
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-misused-promises": [
|
||||
"error",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user