mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
10 lines
151 B
JavaScript
10 lines
151 B
JavaScript
export default [
|
|
{
|
|
// ...other config
|
|
linterOptions: {
|
|
noInlineConfig: true,
|
|
reportUnusedDisableDirectives: "warn"
|
|
},
|
|
}
|
|
];
|