`vue/no-this-in-before-route-enter`

error-severity vue-builtin rule from oxlint-builtin. Active in the recommended preset.

error · vue-builtin · source: oxlint-builtin · ✅ yes (recommended preset)

vue/no-this-in-before-route-enter is a error-severity vue-builtin rule from oxlint-builtin. Active in the recommended preset.

Disable / configure

doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';

export default defineConfig({
  rules: {
    'vue/no-this-in-before-route-enter': 'error', // or false to silence
  },
});

See the category overview for the full rule catalogue.