In this kind of exercise, I often see people get confused about the limit not being in zero.
My constant advice is to write $x=2+u$ with $u\to 0$.
For the $\varepsilon,\delta$ proof, the condition is then $|x-2|=|u|<\varepsilon$
So let's begin by calculating
$f(2+u)=\dfrac{2(2+u)^2-3(2+u)-2}{(2+u)^2-5(2+u)+6}=\dfrac{8+8u+2u^2-6-3u-2}{4+4u+u^2-10-5u+6}=\dfrac{2u^2+5u}{u^2-u}=\dfrac{2u+5}{u-1}$
And this has a limit $\ell=-5$ when $u\to 0$.
Next step is to write $|f(x)-\ell|=\left|\dfrac{2u+5}{u-1}+5\right|=\left|\dfrac{7u}{1-u}\right|$
This is where this expression is easier to manipulate than $\dfrac{7(x-2)}{x-3}$
- we have to find an upper bound for the numerator: $|7u|<7\varepsilon$
- and a lower bound for the denominator: $|1-u|>\frac 12$ for $|u|<\frac 12$
Now select $\delta=\min(\varepsilon,\frac 12)$ such that both inequalities above are verified when $|u|<\delta$.
Finally you get: $$|x-2|<\delta\implies |f(x)-\ell|<14\varepsilon$$
Have a look at another $\varepsilon,\delta$ proof there $\to$ Delta Epsilon proof of limit (how to find which numbers to plug in and how to derive delta min?)