Skip to content

Commit

Permalink
Add empty test command for eslint-config-custom
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Aug 20, 2024
1 parent ee6cc85 commit 7adf91a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^6.19.0",
Expand Down

0 comments on commit 7adf91a

Please sign in to comment.