PHP 8.2.30
Preview: eslint.config.mjs Size: 1.42 KB
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/qs/eslint.config.mjs

import ljharbConfig from '@ljharb/eslint-config/flat';

export default [
    {
        ignores: ['dist/'],
    },

    ...ljharbConfig,

    {
        rules: {
            complexity: 'off',
            'consistent-return': 'warn',
            'func-name-matching': 'off',
            'id-length': [
                'error',
                {
                    max: 25,
                    min: 1,
                    properties: 'never',
                },
            ],
            indent: ['error', 4],
            'max-lines': 'off',
            'max-lines-per-function': [
                'error',
                { max: 150 },
            ],
            'max-params': ['error', 18],
            'max-statements': ['error', 100],
            'multiline-comment-style': 'off',
            'no-continue': 'warn',
            'no-magic-numbers': 'off',
            'no-restricted-syntax': [
                'error',
                'BreakStatement',
                'DebuggerStatement',
                'ForInStatement',
                'LabeledStatement',
                'WithStatement',
            ],
        },
    },

    {
        files: ['test/**'],
        rules: {
            'function-paren-newline': 'off',
            'max-lines-per-function': 'off',
            'max-statements': 'off',
            'no-buffer-constructor': 'off',
            'no-extend-native': 'off',
            'no-throw-literal': 'off',
        },
    },
];

Directory Contents

Dirs: 4 × Files: 7

Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2026-02-03 15:06:18
Edit Download
dist DIR
- drwxr-xr-x 2026-02-03 15:06:16
Edit Download
lib DIR
- drwxr-xr-x 2026-02-03 15:06:18
Edit Download
test DIR
- drwxr-xr-x 2026-02-03 15:06:18
Edit Download
597 B lrw-r--r-- 2026-02-03 15:06:12
Edit Download
216 B lrw-r--r-- 2026-02-03 15:06:12
Edit Download
32.77 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
1.42 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
1.56 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
3.08 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
25.28 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).