File size: 118 Bytes
1e92f2d | 1 2 3 | export const getDocsUrl = (ruleName: string): string =>
`https://tanstack.com/query/latest/docs/eslint/${ruleName}`
|
1e92f2d | 1 2 3 | export const getDocsUrl = (ruleName: string): string =>
`https://tanstack.com/query/latest/docs/eslint/${ruleName}`
|