Skip to content

Commit

Permalink
Disable linting command
Browse files Browse the repository at this point in the history
  • Loading branch information
brombaut committed Aug 27, 2022
1 parent 9a65b73 commit eb86de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint": "echo Linting Disabled!!!!!!! # vue-cli-service lint",
"prepare": "husky install",
"sync-bookshelf": "bash ./scripts/sync_bookshelf.sh",
"sync-software": "bash ./scripts/sync_software.sh"
Expand Down Expand Up @@ -108,4 +108,4 @@
"> 1%",
"last 2 versions"
]
}
}

0 comments on commit eb86de1

Please sign in to comment.