Socket
Book a DemoInstallSign in
Socket

@convex-dev/eslint-plugin

Package Overview
Dependencies
Maintainers
12
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convex-dev/eslint-plugin

ESLint plugin for Convex to prevent common issues and enforce best practices for files in the `convex/` directory.

latest
npmnpm
Version
1.1.1
Version published
Maintainers
12
Created
Source

@convex-dev/eslint-plugin

ESLint plugin for Convex to prevent common issues and enforce best practices for files in the convex/ directory.

Setup

See docs.convex.dev/eslint.

Contributing notes

Currently there is no @convex-dev/eslint-config package, but we could add one for ESLint 8 users to make configuration slightly easier: they could use

module.exports = { extends: ["@convex-dev"] };

and some TypeScript parser configuration could occur here.

Adding a eslint-config package only matters for ESLint 8, in ESLint 9 there's no need for a separate package.

FAQs

Package last updated on 12 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts