🔧 Migrate to ESLint v9 (#3993)

This commit is contained in:
Matt Fiddaman
2025-01-07 18:51:59 +00:00
committed by GitHub
parent 39cfa11b25
commit bd77dfd111
31 changed files with 1881 additions and 1239 deletions

View File

@@ -43,5 +43,5 @@ const beforePackHook = async (context: AfterPackContext) => {
}
};
// eslint-disable-next-line import/no-unused-modules, import/no-default-export
// eslint-disable-next-line import/no-default-export
export default beforePackHook;