We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60b853d + 6ff9fa9 commit c97decaCopy full SHA for c97deca
pkgs/by-name/es/eslint/package.nix
@@ -31,15 +31,11 @@ buildNpmPackage' rec {
31
'';
32
33
npmDepsHash = "sha256-F3EUANBvniczR7QxNfo1LlksYPxXt16uqJDFzN6u64Y=";
34
+ npmInstallFlags = [ "--omit=dev" ];
35
36
dontNpmBuild = true;
37
dontNpmPrune = true;
38
- postFixup = ''
39
- # Remove broken symlink
40
- rm $out/lib/node_modules/eslint/node_modules/eslint-config-eslint
41
- '';
42
-
43
meta = {
44
description = "Find and fix problems in your JavaScript code";
45
homepage = "https://eslint.org";
0 commit comments