mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
13 lines
166 B
JavaScript
13 lines
166 B
JavaScript
module.exports = {
|
|
extends: ['google', 'prettier'],
|
|
settings: {
|
|
next: {
|
|
rootDir: [
|
|
'apps/web/',
|
|
'packages/core/',
|
|
'packages/config/'
|
|
]
|
|
}
|
|
}
|
|
}
|