Socket
Book a DemoInstallSign in
Socket

@solana/eslint-config-solana

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/eslint-config-solana

ESLint rules to be shared across all Solana Labs projects

latest
npmnpm
Version
5.0.0
Version published
Maintainers
1
Created
Source

Solana ESLint config

Let's share this ESLint config across all of our projects, to keep things consistent.

Installation

  • Install this package in the target project, along with the required peer dependencies
    pnpx install-peerdeps@2 --pnpm --dev @solana/eslint-config-solana
    
  • Create an .eslint.json file in your target project that extends this module
    {
      "extends": ["@solana/eslint-config-solana"]
    }
    

Keywords

eslint

FAQs

Package last updated on 24 Jun 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