{{short description}}
{{longer description}}
Follow the instructions, then delete this section for your own code.
- Initialize your project
npm init
- Install dependencies
npm install
- Setup eslint config
npx eslint --init
- Code it up!
npm install your-awesome-package
$ {{EXAMPLE}}
// {{OUTPUT}}
Your project's contribution information here.
{{LICENSE}} © {{Your Name}}