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 authored and github-actions[bot] committed Oct 22, 2024
1 parent 93007f2 commit f981b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fauna/typescript",
"version": "0.0.5",
"version": "0.0.6",
"description": "A collection of lint, format, and build configs used at Fauna for TypeScript projects.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f981b13

Please sign in to comment.