coze-studio/frontend/apps/coze-studio/eslint.config.js

7 lines
142 B
JavaScript

const { defineConfig } = require('@coze-arch/eslint-config');
module.exports = defineConfig({
preset: 'web',
packageRoot: __dirname,
});