.eslintrc.js 186 B

123456789
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. module.exports = {
  6. extends: ['../eslint-config/.eslintrc.node.js'],
  7. rules: {},
  8. };