Provides a set of Sui-specific lint rules for repository code quality, targeting linting of Move smart contracts and related files. Current stable version 1.13.0. Primarily used within Sui ecosystem projects. Differentiates by offering pre-configured rules tailored to Sui development practices.
npm install lint-repository-suiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of lint checking a directory of Move files.
Only run on appropriate file extensions.
Update imports to use 'lint' instead of 'lintSui'.
Upgrade Node.js to version 14 or higher.
Run npm install lint-repository-sui and verify import statement.
Use correct import: import lint from 'lint-repository-sui'.
No dependency data recorded yet.