Skip to content

Commit

Permalink
update package json file with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pats101 committed Sep 26, 2024
1 parent 1cda530 commit d3eb66b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "A project to deploy the Joke Cracker Generator application",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "echo 'Building the application...' && exit 0",
"deploy": "echo 'Deploying the application...' && exit 0",
"test": "echo 'Running tests...' && exit 0"
"lint": "eslint .",
"build": "webpack --config webpack.config.js",
"test": "jest"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d3eb66b

Please sign in to comment.