Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jul 18, 2024
1 parent 63c2077 commit 9df4285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dist": "tsc",
"watch": "tsc -w",
"start": "tsc && node ./dist/index.js",
"lint": "tslint 'src/**/*.ts'"
"lint": "eslint 'src/**/*.ts'"
},
"devDependencies": {
"codelyzer": "^6.0.2",
Expand Down

0 comments on commit 9df4285

Please sign in to comment.