mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
import { config } from '@repo/eslint-config/index.js';
|
|
|
|
export default [
|
|
...config,
|
|
{
|
|
ignores: ['.svelte-kit/*']
|
|
}
|
|
];
|