exo-digital-labs / ERC721R

https://erc721r.super.site/
MIT License
240 stars 60 forks source link

Simplify NPM Package Uploading and Standardize VS Code Standard #17

Closed lawweiliang closed 2 years ago

lawweiliang commented 2 years ago

@elie222 ,

The package.json file is to solve the issue of https://github.com/exo-digital-labs/ERC721R/issues/7. Simplify your task in publishing the npm package.

Prettier config file is to standardize the code format in all visual studio code editor. Some programmer prefer to use single quote, some prefer to use double quote. For my case, I prefer single code, everytime I save the file, it will convert all the double quote to single code. I do believe other have the same problem as well.

Hope it helps. :)

elie222 commented 2 years ago

Thanks for the PR :) Merged :)

Maybe we even add pretty-quick to auto run prettier on each commit

lawweiliang commented 2 years ago

Yeah, thanks @elie222.

Good suggestion. First time I hear https://www.npmjs.com/package/pretty-quick. Good package. On my task list.

I think you may close this issue as well. https://github.com/exo-digital-labs/ERC721R/issues/7 😄

We finally have the first close issue. Let's continue. Hehe.