eth-token-tracker
eth-token-tracker copied to clipboard
Add ESLint, Prettier, auto-changelog
Following our other libraries, we should lint and format this project with ESLint/Prettier.
- Add our ESLint packages as dev dependencies (minus TypeScript and Jest)
- Add ESLint configuration file
- Add Prettier as dev dependencies
- Add Prettier configuration file
- Add
@metamask/auto-changelogas dev dependency - Fix any lint violations with changelog (also see https://github.com/MetaMask/eth-token-tracker/issues/51)
- Add
lintandlint:*package scripts