github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/ui/.eslintrc.js (about)

     1  module.exports = {
     2    extends: ['@ti-fe/eslint-config'],
     3    ignorePatterns: ['src/routes.tsx', 'plugins/**/*'],
     4    env: {
     5      // Your custom env variables, e.g., browser: true, jest: true
     6    },
     7    globals: {
     8      // Your global variables
     9    },
    10    rules: {
    11      // Your custom rules.
    12    },
    13    settings: {
    14      react: {
    15        version: 'detect',
    16      },
    17    },
    18  }