forked from kofal.net/zmk
chore(eslint): upgrade to eslint v9 and flat config (#2909)
This commit is contained in:
@@ -12,7 +12,6 @@ export default function prismIncludeLanguages(PrismObject) {
|
||||
// long as you don't re-assign it
|
||||
globalThis.Prism = PrismObject;
|
||||
additionalLanguages.forEach((lang) => {
|
||||
// eslint-disable-next-line global-require
|
||||
require(`prismjs/components/prism-${lang}`);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user