cedricium / amo-cli

💻 A CLI tool used for interacting with the Mozilla Addons (AMO)
https://cedric.tech/amo-cli/
MIT License
0 stars 0 forks source link

Enable ESLint rule `require-jsdoc` #8

Open cedricium opened 6 years ago

cedricium commented 6 years ago

Once I start documenting amo-cli, the ESLint rule require-jsdoc will be crucial. It was temporarily disabled in 9b93f52f9536731791acb573725aa354f15cafd8 in order to pass TravisCI builds, but that's the only scenario where it was needed and can be brought back.