gaoluyang
2026-08-12 21a2d6f813f3d58b494fde010f66bd84ce2f1d41
1
2
3
4
5
6
7
8
9
import type { OxlintConfig } from 'oxlint';
 
const vue: OxlintConfig = {
  rules: {
    'vue/prefer-import-from-vue': 'error',
  },
};
 
export { vue };