feat(eslint-plugin): add no-hardcoded-src rule

This commit is contained in:
sharan 2025-10-16 11:10:33 +05:30
parent 837e11a0ca
commit 3bc61d3f87

View File

@ -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;