An ESLint plugin that enforces coding style rules themed around 'summer', including restrictions on null/undefined comparisons, let usage, and plain new Date() calls. Version 2.0.1 requires ESLint ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0. It provides a recommended config and a set of opinionated rules. The plugin is lightweight and focuses on specific style preferences rather than general linting.
npm install eslint-plugin-summerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
ESLint configuration enabling all three summer plugin rules.
Use ESLint 7.x or earlier, or check for newer versions of the plugin.
Review the rule documentation for exact patterns.
Test well when combining with other configs.
Run 'npm install --save-dev eslint-plugin-summer'.
Ensure plugin is listed in 'plugins' array and rule name is correct.
Set severity to 'off', 'warn', or 'error' without extra options.