Skip to content

Commit

Permalink
revert lint to original no lint message
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Sep 29, 2023
1 parent 3bc88aa commit 45585bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/zowe-explorer/src/webviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"clean": "gulp clean",
"package": "echo \"webviews: nothing to package.\"",
"test": "echo \"webviews: nothing to test\"",
"lint": "yarn lint:pretty",
"lint": "echo \"webviews: nothing to lint.\"",
"lint:html": "echo \"webviews: nothing to lint.\"",
"lint:pretty": "prettier --check .",
"pretty": "prettier --write .",
"pretty": "echo \"edit-attributes: nothing to pretty.\"",
"madge": "echo \"webviews: nothing to madge.\""
},
"dependencies": {
Expand Down

0 comments on commit 45585bc

Please sign in to comment.