Copilot commented on code in PR #3000: URL: https://github.com/apache/apisix-dashboard/pull/3000#discussion_r2079614105
########## .vscode/settings.json: ########## @@ -1,8 +1,37 @@ { "eslint.validate": [ - "javascript", - "javascriptreact", - { "language": "typescript", "autoFix": true }, - { "language": "typescriptreact", "autoFix": true } - ] + "typescriptreact", + "typescript", Review Comment: Remove the trailing comma after the last array element to ensure valid JSON syntax in settings.json. ```suggestion "typescript" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org