mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
use ** glob pattern
This commit is contained in:
parent
faf6881ffb
commit
84bd3aca6a
@ -19,11 +19,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
'import/resolver': {
|
'import/resolver': {
|
||||||
typescript: {
|
typescript: {
|
||||||
project: ['tsconfig.json', 'backend/tsconfig.json'],
|
project: ['**/tsconfig.json'],
|
||||||
},
|
|
||||||
node: {
|
|
||||||
project: ['tsconfig.json', 'backend/tsconfig.json'],
|
|
||||||
},
|
},
|
||||||
|
node: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user