Closed yin1999 closed 4 days ago
Would it be fine to directly use https://github.com/windingwind/zotero-plugin-template/blob/main/eslint.config.mjs ?
Would it be fine to directly use https://github.com/windingwind/zotero-plugin-template/blob/main/eslint.config.mjs ?
How should I handle the Zotero_Tabs
global variable. I'm not familiar with it.
It's actually not a global variable, so should be disabled for direct accessing. It's a variable of the main window instance.
:rocket: This ticket has been resolved in v2.0.12. See Release v2.0.12 for release notes.
Migrate the configuration of eslint to v9.x. Check: https://eslint.org/docs/latest/use/migrate-to-9.0.0
Run
npm run lint
to check the migration.