ChatGPT-Next-Web/eslint.config.js
2024-07-12 13:49:35 +08:00

10 lines
151 B
JavaScript

export default [
{
// ...other config
linterOptions: {
noInlineConfig: true,
reportUnusedDisableDirectives: "warn"
},
}
];