Skip to content

Commit

Permalink
export index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jul 8, 2023
1 parent 58e4c7f commit 6287ee9
Show file tree
Hide file tree
Showing 3 changed files with 2,515 additions and 1,342 deletions.
3 changes: 2 additions & 1 deletion eslint-formatter-rdjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "eslint-formatter-rdjson",
"version": "1.0.5",
"description": "ESLint Formatter for the Reviewdog Diagnostic Format (RDFormat)",
"main": "index.js",
"main": "./index.js",
"exports": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
Loading

0 comments on commit 6287ee9

Please sign in to comment.