Added tooltips and fork

This commit is contained in:
eduardruzga
2024-11-18 20:31:56 +02:00
parent 23d7182d6d
commit 082339c242
4 changed files with 128 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ import { getNamingConventionRule, tsFileExtensions } from '@blitz/eslint-plugin/
export default [
{
ignores: ['**/dist', '**/node_modules', '**/.wrangler', '**/bolt/build'],
ignores: ['**/dist', '**/node_modules', '**/.wrangler', '**/bolt/build', '**/.history'],
},
...blitzPlugin.configs.recommended(),
{