Skip to content

Commit

Permalink
revert changes to eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Sep 22, 2020
1 parent ccf62c7 commit 18bb41c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,15 @@ module.exports = {
// instructs import/no-extraneous-dependencies to treat certain modules
// as core modules, even if they aren't listed in package.json
'import/core-modules': ['plugins'],

'import/resolver': {
'@kbn/eslint-import-resolver-kibana': {
forceNode: false,
rootPackageName: 'kibana',
kibanaPath: '.',
pluginMap: {},
},
},
},
},

Expand Down

0 comments on commit 18bb41c

Please sign in to comment.