Skip to content

Commit

Permalink
feat: make imports config public
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Mar 17, 2022
1 parent 1e3d42c commit 6f2cf22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
node: require('./configs/node'),
'node--legacy': require('./configs/node-legacy'),
react: require('./configs/react'),
imports: require('./configs/imports'),
'react--legacy': require('./configs/react-legacy'),
'react-northstar': require('./configs/react-northstar'),
},
Expand Down

0 comments on commit 6f2cf22

Please sign in to comment.