Skip to content

Commit

Permalink
🔧 fix lint:fix script
Browse files Browse the repository at this point in the history
Fix the script for fixing all dummy stuff related to xo linter.
  • Loading branch information
ulisesantana committed Nov 17, 2019
1 parent 5b581d8 commit b4a4612
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 @@ -9,7 +9,7 @@
"dev": "npm run build -- --watch & nodemon build/index.js",
"build": "npm run lint && tsc",
"lint": "xo",
"lint:fix": "npm run lint --fix",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test:tdd": "npm t -- --watchAll"
},
Expand Down

0 comments on commit b4a4612

Please sign in to comment.