mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
import type { OxlintConfig } from 'oxlint';
|
|
|
|
const plugins: OxlintConfig = {
|
|
plugins: ['import', 'node', 'oxc', 'typescript', 'unicorn', 'vitest', 'vue'],
|
|
};
|
|
|
|
export { plugins };
|