mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: Remove unused ts-expect-error directive
This commit is contained in:
parent
64526cf186
commit
837e11a0ca
|
|
@ -26,5 +26,4 @@ const preset: typeof advancedBasePreset = function preset(opts) {
|
|||
return advancedPreset;
|
||||
};
|
||||
|
||||
// @ts-expect-error: TODO fix later
|
||||
export = preset;
|
||||
|
|
|
|||
Loading…
Reference in New Issue