mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-07-25 01:13:14 +10:00
[core] Use shared Oxc config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'oxlint';
|
||||
import { oxlint } from 'oxc-config-mantine';
|
||||
|
||||
export default defineConfig({
|
||||
...oxlint,
|
||||
ignorePatterns: ['**/*.{mjs,cjs,js,d.ts,d.mts}', '.next', 'storybook-static'],
|
||||
});
|
||||
Reference in New Issue
Block a user