Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tiago Costa <[email protected]>
  • Loading branch information
rshen91 and mistic authored Feb 14, 2023
1 parent b6ee100 commit 2852a5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ const RESTRICTED_IMPORTS = [
importNames: ['Route'],
message: 'Please use @kbn/shared-ux-router instead',
},
{
name: '@kbn/kibana-react-plugin/public',
importNames: ['Route'],
message: 'Please use @kbn/shared-ux-router instead',
},
];

module.exports = {
Expand Down

0 comments on commit 2852a5b

Please sign in to comment.