mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-25 23:45:17 -05:00
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