create-web3-dapp
create-web3-dapp copied to clipboard
remove prettier
This PR:
- fixes inconsistent use of
npxin scripts, regarding tolint - resolves the conflicts between ESlint and Prettier by removing the latter entirely (please see #46)
- adds
lint:fixscript for autolinting (before that, ESlint' default check was followed by Prettier' autolinting)