Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMalfait committed Dec 22, 2024
1 parent 96456f1 commit 2f1e0f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .cursorrules
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"test:unit": "npx nx run twenty-server:test:unit",
"test:integration": "npx nx run twenty-server:test:integration"
}
}
},
"rules": [
"When being asked something, use it as an opportunity to improve the .cursorrules file with what you've learned"
]
},
"styling": {
"rules": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { AppPath } from '@/types/AppPath';
import { BlankLayout } from '@/ui/layout/page/components/BlankLayout';
import { DefaultLayout } from '@/ui/layout/page/components/DefaultLayout';
import {
createBrowserRouter,
createRoutesFromElements,
Route,
createBrowserRouter,
createRoutesFromElements,
Route,
} from 'react-router-dom';
import { Authorize } from '~/pages/auth/Authorize';
import { Invite } from '~/pages/auth/Invite';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { AppPath } from '@/types/AppPath';
import { SnackBarVariant } from '@/ui/feedback/snack-bar-manager/components/SnackBar';
import { useSnackBar } from '@/ui/feedback/snack-bar-manager/hooks/useSnackBar';
import {
SubscriptionInterval,
useCheckoutSessionMutation,
SubscriptionInterval,
useCheckoutSessionMutation,
} from '~/generated/graphql';

export const FreePassCheckoutEffect = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { AppPath } from '@/types/AppPath';
import { SnackBarVariant } from '@/ui/feedback/snack-bar-manager/components/SnackBar';
import { useSnackBar } from '@/ui/feedback/snack-bar-manager/hooks/useSnackBar';
import {
SubscriptionInterval,
useCheckoutSessionMutation,
SubscriptionInterval,
useCheckoutSessionMutation,
} from '~/generated/graphql';

export const PlanCheckoutEffect = () => {
Expand Down

0 comments on commit 2f1e0f1

Please sign in to comment.