huminmin
7 天以前 2c38ccf9592a3d44e35ecc6b145adb763c63c287
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 };