Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/oxlint/src-js/plugins/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export function lintFile(
* @param ruleIds - IDs of rules to run on this file
* @param optionsIds - IDs of options to use for rules on this file
* @param settingsJSON - Stringified settings for this file
* @returns Diagnostics to send back to Rust
* @throws {Error} If any parameters are invalid
* @throws {*} If any rule throws
*/
Expand Down
Loading