案例一// @ts-check
const { defineConfig } = require("eslint-define-config")
module.exports = defineConfig({
2024-10-18