dapp-scaffold
dapp-scaffold copied to clipboard
Eslint config
Let us config eslint to match coding style to contribute! Please add public code style in .eslintrc.json file And please add this line in scripts of package.json file as a command "lint:fix": "next lint -- --fix" by using this command, we can match code style automatically when commit or create PR after changing the file.
Thanks!