mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Added open-remote-wsl output folder to the exclude list for hygiene checks
This commit is contained in:
parent
fe01285d58
commit
85009ab5b3
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ module.exports.indentationFilter = [
|
|||
'!extensions/simple-browser/media/*.js',
|
||||
|
||||
'!extensions/open-remote-ssh/out/*.js', // Void added this
|
||||
'!extensions/open-remote-wsl/out/*.js', // Void added this
|
||||
];
|
||||
|
||||
module.exports.copyrightFilter = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue