fastify / fastify-auth

Run multiple auth functions in Fastify
Other
345 stars 56 forks source link

chore: rename `standard` script to `lint`; enable linting in ci #157

Closed Fdawgs closed 2 years ago

Fdawgs commented 2 years ago

Brings repo into line with other plugin repos, which have lint scripts.

Checklist

Fdawgs commented 2 years ago

CI failing due to error fastify-plugin: @fastify/leveldb - expected '^4.0.0' fastify version, '4.0.0-rc.3' is installed.

Needs https://github.com/fastify/fastify-leveldb/pull/96 to be resolved.