Skip to content

Commit

Permalink
feat: added fake lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
andibeuge committed Nov 6, 2024
1 parent d6d3495 commit c16c3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "parcellab DRY code",
"main": "index.js",
"scripts": {
"lint": "echo 'Linting missing in this project'",
"test": "unset LOG_LEVEL; nyc mocha --require @babel/register --exit",
"build": "babel ./src -d ./lib",
"publish": "npm run build && git commit -a -m 'buit release....' && npm version patch && git push --follow-tags"
Expand Down

0 comments on commit c16c3d6

Please sign in to comment.