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-configsmonorepo. 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
- 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.jsonfile in your target project that extends this module{ "extends": ["@solana/eslint-config-solana"] }