ESLint shareable config that enforces the jQuery JavaScript code style, compatible with ESLint's semantic versioning policy. The latest stable version is 3.0.2 released Apr 2022. It follows the spirit of the jQuery code style guide without strict adherence, allowing some flexibility. This config extends ESLint's recommended rules and overrides to align with jQuery conventions. It is intended for projects that follow or are close to the jQuery coding style. The package has no runtime dependencies and is used via the ESLint extends mechanism.
npm install eslint-config-jqueryVerified import paths — ran on the pinned version, not inferred.
Shows how to configure ESLint to use the jQuery config in .eslintrc* files.
Review changelog before upgrading; use `--fix` to auto-correct where possible.
Use `env: { browser: true }` or explicitly define globals in ESLint config.Run `npm install --save-dev eslint-config-jquery` and ensure it's in your project root.
Update to latest version with `npm update eslint-config-jquery`.
No dependency data recorded yet.