feat: Expose axios interceptors #422
Annotations
6 errors and 7 warnings
NPM lint:
src/main.ts#L9
"@nextcloud/auth" is extraneous
|
NPM lint:
src/main.ts#L53
Unexpected any. Specify a different type
|
NPM lint:
src/main.ts#L100
'rejectPwdDialogCallback' is assigned a value but never used
|
NPM lint:
src/main.ts#L104
'reject' is defined but never used
|
NPM lint
Process completed with exit code 1.
|
eslint
Process completed with exit code 1.
|
NPM lint:
src/components/PasswordDialog.vue#L63
Prop 'callback' requires default value to be set
|
NPM lint:
src/components/PasswordDialog.vue#L65
Missing trailing comma
|
NPM lint:
src/main.ts#L49
Expected @param names to be "callback". Got "mode, callback"
|
NPM lint:
src/main.ts#L49
Missing JSDoc @param "mode" description
|
NPM lint:
src/main.ts#L50
Missing JSDoc @param "callback" description
|
NPM lint:
src/main.ts#L51
Missing JSDoc @return type
|
NPM lint:
src/main.ts#L94
Missing JSDoc @param "axios" description
|