fabric-samples/auction-simple/application-javascript
sapthasurendran 56a1bf3e19
* Made consistent lint command (#495)
* Removed global install of lint modules
* Fixed Lint Issues

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added lint script forapplication javascript

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

updated lint command  for chaincode javascript

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

updated lint script

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

remove installing dependencies

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added lint script to js projects

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added more lint scripts

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added more lint scripts

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added missing npm lint command

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added missing eslint npm module

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

Fix missing npm lint command

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added missing eslint npm module to auction-simple javascctipt app

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added eslint npm module

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added eslint dependency

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added eslint dependency

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

added eslint dependency

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

Single command for ts js lint

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>

Fix or condition in lint.sh

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
2021-10-06 13:33:29 +01:00
..
.eslintignore Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
.eslintrc.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
bid.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
closeAuction.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
createAuction.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
endAuction.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
enrollAdmin.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
package.json * Made consistent lint command (#495) 2021-10-06 13:33:29 +01:00
queryAuction.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
queryBid.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
registerEnrollUser.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
revealBid.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00
submitBid.js Add dutch auction sample with auditor (#426) 2021-05-24 22:01:54 +02:00