Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
npx eslint
  • Loading branch information
ryanve committed Aug 27, 2024
commit 7f8a583755e32906500c152d33e48301b152fb42
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "eol.d.ts",
"typings": "eol.d.ts",
"scripts": {
"lint": "eslint .",
"lint": "npx eslint",
"preversion": "npm test",
"pretest": "npm run lint",
"test": "node test.js"
Expand Down