fix(eslint.config.js): 🐛 update tsconfigRootDir in eslint config
This commit is contained in:
parent
592a61af25
commit
286f219644
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import { createBaseConfig } from '@lilith/configs/eslint/base-flat';
|
||||
|
||||
export default createBaseConfig();
|
||||
export default createBaseConfig({ tsconfigRootDir: import.meta.dirname });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue