Skip to content
Discussion options

You must be logged in to vote

found the way to do it, for those who might be also stumble upon the same thing, just separate the config for all your settings

import antfu from '@antfu/eslint-config';
import oxlint from 'eslint-plugin-oxlint';

export default antfu(
    {
        ignores: ['dist', 'node_modules', 'pnpm-lock.yaml', 'pnpm-workspace.yaml', '.qodo', '.vscode', '*/*.bru', '.DS_Store'],
        formatters: true,
        stylistic: {
            indent: 4,
            semi: true,
            quotes: 'single',
            overrides: {
                'style/newline-per-chained-call': ['error', { ignoreChainWithDepth: 1 }],
            },
        },
        isInEditor: true,
        plugins: [
            ...ox…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hi-reeve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant