📝 Edit page
➕ Add page
Ignoring rules
Ignore on the next line.
// @ts-ignore
myCode
Also ignore on the next line but require an error to exist.
// @ts-expect-error
myCode