mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
### Description Create ESLint rule to discourage usage of navigate() and prefer Link ### Refs #5468 ### Demo   Fixes #5468 --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: v1b3m <vibenjamin6@gmail.com> Co-authored-by: Matheus <matheus_benini@hotmail.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com> |
||
|---|---|---|
| .. | ||
| component-props-naming.spec.ts | ||
| component-props-naming.ts | ||
| effect-components.spec.ts | ||
| effect-components.ts | ||
| explicit-boolean-predicates-in-if.ts | ||
| matching-state-variable.spec.ts | ||
| matching-state-variable.ts | ||
| max-consts-per-file.spec.ts | ||
| max-consts-per-file.ts | ||
| no-hardcoded-colors.spec.ts | ||
| no-hardcoded-colors.ts | ||
| no-navigate-prefer-link.spec.ts | ||
| no-navigate-prefer-link.ts | ||
| no-state-useref.spec.ts | ||
| no-state-useref.ts | ||
| sort-css-properties-alphabetically.spec.ts | ||
| sort-css-properties-alphabetically.ts | ||
| styled-components-prefixed-with-styled.spec.ts | ||
| styled-components-prefixed-with-styled.ts | ||
| use-getLoadable-and-getValue-to-get-atoms.spec.ts | ||
| use-getLoadable-and-getValue-to-get-atoms.ts | ||
| useRecoilCallback-has-dependency-array.spec.ts | ||
| useRecoilCallback-has-dependency-array.ts | ||