eslint.config.js 252 B

1234567891011
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. const { defineFlatConfig } = require('@flowgram.ai/eslint-config');
  6. module.exports = defineFlatConfig({
  7. preset: 'web',
  8. packageRoot: __dirname,
  9. });