fabric-samples/auction-simple/application-javascript
sapthasurendran 2e93e84a4a * Made consistent lint command
* 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-09-30 13:01:19 +05:30
..
.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 2021-09-30 13:01:19 +05:30
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