Skip to content

Commit

Permalink
Merge pull request #787 from nextcloud-libraries/dependabot/npm_and_y…
Browse files Browse the repository at this point in the history
…arn/nextcloud/eslint-config-8.3.0
  • Loading branch information
dependabot[bot] committed Oct 17, 2023
2 parents 38878f8 + e48d892 commit 96e89c7
Show file tree
Hide file tree
Showing 4 changed files with 7,321 additions and 3,870 deletions.
2 changes: 2 additions & 0 deletions __tests__/dav/dav.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ describe('DAV requests', () => {

// Mock the WebDAV client
const client = {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
getDirectoryContents: vi.fn((path: string, options: any) => {
if (options?.details) {
return {
Expand Down Expand Up @@ -115,6 +116,7 @@ describe('DAV requests', () => {

// Mock the WebDAV client
const client = {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
getDirectoryContents: vi.fn((path: string, options: any) => {
if (options?.details) {
return {
Expand Down
1 change: 1 addition & 0 deletions lib/files/nodeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { join } from 'path'
import { Permission } from '../permissions'
import { NodeStatus } from './node'

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export interface Attribute { [key: string]: any }

export interface NodeData {
Expand Down

0 comments on commit 96e89c7

Please sign in to comment.