PHP 8.2.30
Preview: .eslintrc.cjs Size: 1.13 KB
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/prisma/.eslintrc.cjs

module.exports = {
  env: {
    browser: true,
    es2020: true,
  },
  extends: [
    'airbnb',
    'plugin:react/recommended',
    'plugin:@typescript-eslint/recommended',
  ],
  parser: '@typescript-eslint/parser',
  parserOptions: {
    ecmaFeatures: {
      jsx: true,
    },
    ecmaVersion: 20,
    sourceType: 'module',
  },
  plugins: ['react', '@typescript-eslint'],
  rules: {
    semi: 'off',
    'max-len': ['error', 120],
    'no-unused-vars': 'off',
    'import/prefer-default-export': 'off',
    'guard-for-in': 'off',
    'no-restricted-syntax': 'off',
    'no-underscore-dangle': 'off',
    'import/extensions': 'off',
    'import/no-unresolved': 'off',
    'react/jsx-filename-extension': 'off',
    indent: ['error', 2],
    'linebreak-style': ['error', 'unix'],
    'object-curly-newline': 'off',
    '@typescript-eslint/no-explicit-any': 'off',
  },
  overrides: [
    {
      files: ['*.tsx'],
      rules: {
        'react/prop-types': 'off',
        'react/jsx-props-no-spreading': 'off',
      },
    },
    {
      files: ['*.spec.ts'],
      rules: {
        'import/no-extraneous-dependencies': 'off',
      },
    },
  ],
};

Directory Contents

Dirs: 2 × Files: 10

Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2026-02-28 00:29:02
Edit Download
lib DIR
- drwxr-xr-x 2026-02-28 00:29:00
Edit Download
1.13 KB lrw-r--r-- 2026-02-28 00:27:08
Edit Download
108 B lrw-r--r-- 2026-02-28 00:28:26
Edit Download
425 B lrw-r--r-- 2026-02-28 00:26:44
Edit Download
78 B lrw-r--r-- 2026-02-28 00:27:18
Edit Download
596 B lrw-r--r-- 2026-02-28 00:28:26
Edit Download
1.03 KB lrw-r--r-- 2026-02-28 00:26:58
Edit Download
2.23 KB lrw-r--r-- 2026-02-28 00:28:28
Edit Download
4.56 KB lrw-r--r-- 2026-02-28 00:28:50
Edit Download
581 B lrw-r--r-- 2026-02-28 00:28:30
Edit Download
97 B lrw-r--r-- 2026-02-28 00:28:32
Edit Download

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