1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-3DEwi+bhqwP8aMpZYl07GZbe7IecraB3m54lZ5LViVc=";
14 cargoSha256 = "sha256-bqF5v52uxbvmVmphXAmcWlCI6nbQzZemCxlTcqhRDTY=";
22 description = "A fast, customizable, and easy to use JavaScript and TypeScript linter";
23 homepage = "https://rslint.org";
24 license = licenses.mit;
25 maintainers = with maintainers; [ figsoda ];