Skip to content

Commit

Permalink
add rule to export (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mungodewar authored Apr 8, 2024
1 parent 3faee60 commit 7f220f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
*/

const noAxios = require('./src/rules/no-axios/no-axios');
const forbidComponentProps = require('./src/rules/forbid-component-props/forbid-component-props');

module.exports = {
rules: {
'no-axios': noAxios,
'forbid-component-props': forbidComponentProps,
},
};

0 comments on commit 7f220f3

Please sign in to comment.