Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 29, 2024
1 parent a55798d commit 2b277fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cjs
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.nyc_output/
tests/snapshots/
cjs/
tests/snapshots/
4 changes: 2 additions & 2 deletions git-hooks-list_shim.cjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const gitHooksList = require('git-hooks-list');
module.exports = gitHooksList;
const gitHooksList = require('git-hooks-list')
module.exports = gitHooksList
2 changes: 1 addition & 1 deletion package.cjs.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"type":"commonjs"}
{ "type": "commonjs" }

0 comments on commit 2b277fe

Please sign in to comment.