Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: enforce no-unused-vars linter rule #3118

Merged
merged 4 commits into from
Aug 23, 2021

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Aug 19, 2021

Rule Number of remaining warnings
class-methods-use-this 48
consistent-return 85
default-case 8
global-require 105
import/no-unresolved 27
import/order 10
no-mixed-operators 8
no-param-reassign 92
no-redeclare 60
no-shadow 41
no-use-before-define 149
radix 7
react/destructuring-assignment 340
react/jsx-props-no-spreading 36
jsdoc/check-param-names 12
jsdoc/check-syntax 12

@arturi arturi merged commit ec87b23 into transloadit:main Aug 23, 2021
Murderlon added a commit that referenced this pull request Aug 25, 2021
* main: (23 commits)
  Release
  Set node version in `workflows/cdn.yml` to 16.x
  Release
  build: add stylelint (#3124)
  Core: rename allowMultipleUploads to allowMultipleUploadBatches (#3115)
  meta: enforce `no-unused-vars` linter rule (#3118)
  writing-plugins: update example to use `i18nInit` (#3122)
  @uppy/core: reject empty string as valid value for required meta fields (#3119)
  Safely escape <script> injected code in companion `send-token.js` (#3101)
  @uppy/dashboard: fix metafield form validation (#3113)
  Clean up `BACKLOG.md` & add Vimeo as todo
  Add referrer to transloadit.com link (#3116)
  @uppy/locales latest version is 1.22.0 🙈
  Stricter linter (#3095)
  @uppy/aws-s3: refactor to use private fields (#3094)
  build: fix legacy bundle (#3112)
  Fix locales — point to CDN v1.31.0
  Fix typo in `docs/companion.md`
  Changelog for 1.31.0 and patches
  Strictly type uppy events (#3085)
  ...
HeavenFox pushed a commit to docsend/uppy that referenced this pull request Jun 27, 2023
* meta: enforce `no-unused-vars` linter rule

* meta: fix `@typescript-eslint/no-unused-vars` linter warnings

* meta: enforce `no-unused-expressions` lint rule

* @uppy/companion: fix `tsc` build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants