fabric-samples/auction/application-javascript
Brett Logan 9b071d0463 Add ESLinte to Auction Example
The auction example had no ESLint configuration.
This change adds a .eslintrc.js file that matches
the rest of the projects.

This change also fixes all the linting issue in
the auction example.

Signed-off-by: Brett Logan <lindluni@github.com>
2021-02-11 18:11:17 -05:00
..
.eslintignore Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
.eslintrc.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
bid.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
closeAuction.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
createAuction.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
endAuction.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
enrollAdmin.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
package.json Update Javascript and Typescript Deps (#403) 2021-01-13 12:19:31 -05:00
queryAuction.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
queryBid.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
registerEnrollUser.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
revealBid.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00
submitBid.js Add ESLinte to Auction Example 2021-02-11 18:11:17 -05:00