npm.io
6.0.1 • Published 5d ago

@solana/eslint-config-solana

Licence
MIT
Version
6.0.1
Deps
0
Size
10 kB
Vulns
0
Weekly
2.1K
DeprecatedThis package is deprecated

Solana ESLint config

This package is deprecated. It has been replaced by @solana-config/eslint, part of the @solana-foundation/js-configs monorepo. Please migrate to the new package; this one will no longer receive updates.

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

Installation

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

Keywords