refactor(apps): use same eslint config for every app

This commit is contained in:
matt1432 2024-12-20 18:46:24 -05:00
parent 3313a87832
commit 39222ed9ca
19 changed files with 2735 additions and 2680 deletions
devShells

View file

@ -75,6 +75,7 @@ in {
inherit
(pkgs)
nodejs_latest
typescript
;
inherit
@ -88,6 +89,7 @@ in {
inherit
(pkgs)
nodejs_latest
typescript
ffmpeg-full
;