1 { buildNpmPackage, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 hash = "sha256-k7Ngbd4Z3/JjCK6taynIiNCDTKfqGRrjfR0ePyRFY4w=";
14 npmDepsHash = "sha256-tVDhaDeUKzuyJU5ABSOeYgS56BDSJTfjBZdTsuL/7tA=";
19 description = "Mighty CSS linter that helps you avoid errors and enforce conventions";
20 homepage = "https://stylelint.io";
21 license = licenses.mit;
22 maintainers = with maintainers; [ ];