Skip to content

Commit

Permalink
Config
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywebdev committed Feb 12, 2025
1 parent 03d0a67 commit 36ac4b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import config from 'eslint-config-coderiety';

export default [...config, { rules: { 'react-hooks/exhaustive-deps': 'off' } }];
export { default } from 'eslint-config-coderiety';

0 comments on commit 36ac4b3

Please sign in to comment.