chrisakroyd / robots-txt-parser

A lightweight robots.txt parser for Node.js with support for wildcards, caching and promises.
MIT License
12 stars 8 forks source link

chore: enforce linting #11

Open Trott opened 1 year ago

Trott commented 1 year ago

An ESLint rule plugin is installed but is not enforced. This adds linting to the test job and fixes many lint errors in the existing code base.