Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add eslint-config for zotero-plugin #91

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

northword
Copy link
Owner

resolve: #21

Scaffold provides only the most basic ES Lint configuration, including:

  • eslint/js - remommend
  • @eslint-typescript/recommend
  • global ignores
    • ignore node_modules, .scaffold/** etc.
  • special cases: such as
    • prefs.js: off no-undef
    • bootstrap.js: off no-undef

The rest of the stricter rules should be implemented by the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export a eslint flat config from package
1 participant