MattIPv4 / DNS-over-Discord

1.1.1.1 works from a Discord server, thanks to the 1.1.1.1 bot. Invite the bot to your Discord server to start using DNS over Discord.
https://dns-over-discord.v4.wtf/invite
Apache License 2.0
281 stars 28 forks source link

ESLint Configuration and Workflow #24

Closed zaida04 closed 3 years ago

zaida04 commented 3 years ago

closes #22 closes #23

.eslintrc.json is generated based on the existing code base and it's patterns. Edited heavily to discard useless/counter-productive rules.

Linting workflow is done using example used in https://github.com/iCrawl/action-eslint only realized that you asked for the native npm test command to be used.