Skip to content

Commit

Permalink
Changed lint option to make it easier to see
Browse files Browse the repository at this point in the history
  • Loading branch information
cocor-au-lait committed Oct 5, 2020
1 parent 5d42a34 commit b5fc328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Samples/TypeScript/Demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"build": "webpack -d --hide-modules",
"build:prod": "webpack -p --hide-modules",
"test": "tsc --noEmit",
"lint": "eslint src -f codeframe --ext .ts",
"lint:fix": "eslint src -f codeframe --ext .ts --fix",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"serve": "serve ../../.. -p 5000",
"clean": "rimraf dist"
},
Expand Down

0 comments on commit b5fc328

Please sign in to comment.