Skip to content

Commit 1fe8092

Browse files
committed
fix(core): remove angular warnings of deep imports
1 parent 7bbd1eb commit 1fe8092

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
packages: {
3+
'angular-slickgrid': {
4+
ignorableDeepImportMatchers: [
5+
/slickgrid\//,
6+
/flatpickr/,
7+
/jquery-ui-dist\//,
8+
]
9+
},
10+
}
11+
};
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
packages: {
3+
'angular-slickgrid': {
4+
ignorableDeepImportMatchers: [
5+
/slickgrid\//,
6+
/flatpickr/,
7+
/jquery-ui-dist\//,
8+
]
9+
},
10+
}
11+
};
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
packages: {
3+
'angular-slickgrid': {
4+
ignorableDeepImportMatchers: [
5+
/slickgrid\//,
6+
/flatpickr/,
7+
/jquery-ui-dist\//,
8+
]
9+
},
10+
}
11+
};

0 commit comments

Comments
 (0)