@nomiclabs/hardhat-solhint

v4.0.1
Hardhat plugin for solhint
ethereum smart-contracts hardhat hardhat-plugin solhint solidity linter

lint

pnpm prettier --check && pnpm eslint

lint:fix

pnpm prettier --write && pnpm eslint --fix

eslint

eslint 'src/**/*.ts' 'test/**/*.ts'

prettier

prettier "**/*.{js,md,json}"

pretest

cd ../.. && pnpm build

test

mocha --recursive "test/**/*.ts" --exit

build

tsc --build .

clean

rimraf dist
npm i @nomiclabs/hardhat-solhint

Metadata

  • MIT
  • Whatever
  • Nomic Labs LLC
  • released 9/2/2024

Downloads