mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
feat(eslint-plugin): add no-hardcoded-src rule
This commit is contained in:
parent
837e11a0ca
commit
3bc61d3f87
|
|
@ -208,5 +208,4 @@ const plugin: Plugin<[PluginOptions?]> = (options = {}): Transformer => {
|
|||
|
||||
// To continue supporting `require('npm2yarn')` without the `.default` ㄟ(▔,▔)ㄏ
|
||||
// TODO change to export default after migrating to ESM
|
||||
// @ts-expect-error: Docusaurus v4: remove
|
||||
export = plugin;
|
||||
|
|
|
|||
Loading…
Reference in New Issue