Skip to content

Update linting rules #95

Update linting rules

Update linting rules #95

Triggered via push November 4, 2024 13:53
Status Success
Total duration 17m 46s
Artifacts
E2E Cypress tests
14m 41s
E2E Cypress tests
Deploy Admin Console to staging - next-console.kuzzle.io
1m 24s
Deploy Admin Console to staging - next-console.kuzzle.io
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Lint: src/components/Data/Documents/Views/Map.vue#L70
Variable 'index' is already declared in the upper scope
Lint: src/main.ts#L11
`./stores` import should occur after import of `./routes/index`
Lint: src/main.ts#L13
`./App.vue` import should occur after import of `@/components/Data/Documents/FormInputs/JsonFormInput.vue`
Lint: src/main.ts#L14
There should be at least one empty line between import groups
Lint: src/services/filterManager.ts#L300
Default clause should be the last clause