HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/propbase/propbase_website/node_modules/@rushstack/eslint-patch/.eslintrc.js
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/heft-node-rig/profiles/default/includes/eslint/patch/modern-module-resolution');
// This is a workaround for https://github.com/microsoft/rushstack/issues/3021
require('@rushstack/heft-node-rig/profiles/default/includes/eslint/patch/custom-config-package-names');

module.exports = {
  extends: [
    '@rushstack/heft-node-rig/profiles/default/includes/eslint/profile/node',
    '@rushstack/heft-node-rig/profiles/default/includes/eslint/mixins/friendly-locals',
    '@rushstack/heft-node-rig/profiles/default/includes/eslint/mixins/tsdoc'
  ],
  parserOptions: { tsconfigRootDir: __dirname },
  plugins: ['eslint-plugin-header'],
  overrides: [
    {
      files: ['*.ts', '*.tsx'],
      rules: {
        'header/header': [
          'warn',
          'line',
          [
            ' Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.',
            ' See LICENSE in the project root for license information.'
          ]
        ]
      }
    }
  ]
};