xiaoyi
2026-08-18 8b9372d6e78c68689aa8e027d1d765ad7569371a
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 };