Skip to content

Commit

Permalink
fix: export eslint config as CJS
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 22, 2024
1 parent 93007f2 commit 970d0a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// borrowed from fauna-shell
export default [
const config = [
{
ignores: ["**/node_modules", ".history"],
},
Expand Down Expand Up @@ -33,3 +33,5 @@ export default [
},
},
];

module.exports = config;

0 comments on commit 970d0a2

Please sign in to comment.