lol

eslint: avoid dev dependencies to reduce closure size (#392126)

authored by

Jonas Heinrich and committed by
GitHub
c97deca2 60b853d6

+1 -5
+1 -5
pkgs/by-name/es/eslint/package.nix
··· 31 31 ''; 32 32 33 33 npmDepsHash = "sha256-F3EUANBvniczR7QxNfo1LlksYPxXt16uqJDFzN6u64Y="; 34 + npmInstallFlags = [ "--omit=dev" ]; 34 35 35 36 dontNpmBuild = true; 36 37 dontNpmPrune = true; 37 - 38 - postFixup = '' 39 - # Remove broken symlink 40 - rm $out/lib/node_modules/eslint/node_modules/eslint-config-eslint 41 - ''; 42 38 43 39 meta = { 44 40 description = "Find and fix problems in your JavaScript code";