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
apps/config

3
apps/config/index.ts Normal file
View file

@ -0,0 +1,3 @@
import eslintConf from './eslint.config';
export default eslintConf;