mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 08:26:13 -06:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
// @ts-check
|
|
import withNuxt from './.nuxt/eslint.config.mjs';
|
|
|
|
// Your custom configs here
|
|
export default withNuxt({
|
|
ignores: ['app/components/ui/**'],
|
|
});
|