mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
64cfedb805
* chore: add api section * chore: fix build * Update website.yml * chore: improve types plugin clean up others stuff * Update crowdin.yaml * clean up
837 B
837 B
@verdaccio/api | @verdaccio/auth | @verdaccio/cli | @verdaccio/config | @verdaccio/file-locking | verdaccio-htpasswd | @verdaccio/local-storage | @verdaccio/readme | @verdaccio/types | @verdaccio/hooks | @verdaccio/loaders | @verdaccio/logger | @verdaccio/logger-prettify | @verdaccio/middleware | @verdaccio/node-api | @verdaccio/proxy | @verdaccio/server | @verdaccio/store | @verdaccio/dev-types | @verdaccio/utils | verdaccio |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch |
ESLint Warnings Fixed
Related to issue #1461
- max-len: most of the sensible max-len errors are fixed
- no-unused-vars: most of these types of errors are fixed by deleting not needed declarations
- @typescript-eslint/no-unused-vars: same as above