An ESLint plugin containing custom lint rules developed by Evernote. Version 1.0.0, with no clear release cadence or recent updates. This is an internal plugin that may not be maintained for external use; no known differentiators from community alternatives like eslint-plugin-import or eslint-plugin-react.
npm install eslint-plugin-evernoteVerified import paths — ran on the pinned version, not inferred.
Configures ESLint to use the evernote plugin and enables one of its custom rules.
Consider migrating to ESLint's built-in rules or community-maintained plugins.
Use ESLint 8.x or lower, or rewrite rules to new format.
Refer to the source code at https://github.com/evernote/eslint-plugin-evernote.
Add // @ts-ignore or use a .d.ts file to suppress errors.
Run 'npm install eslint-plugin-evernote' and ensure it is listed in package.json.
Use only rules from the plugin; do not extend from 'evernote' config unless it is defined. Check plugin's configs export.
Use numeric severity: 'evernote/no-undefined': 'error' or ['error'] or [2].
No dependency data recorded yet.