121 current 2024-05-11 02:06:21 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-05-11 02:06:35 -04:00
parent 42151f742c
commit 0ffcd05a26
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -121,15 +121,6 @@ in
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
(pkgs.writeShellScriptBin "__eslint_default_config" ''
if [[ -e ./.eslintrc.json ]]; then
eslint_d $@
exit $?
else
eslint_d --config /home/${config.home.username}/.config/.eslintrc.json $@
exit $?
fi
'')
(pkgs.writeShellScriptBin "install_eslint" ''
set -x
cp /home/${config.home.username}/.config/.eslintrc.json .