huridocs/uwazi

View on GitHub

Showing 3,464 of 3,652 total issues

Definition for rule 'node/no-restricted-import' was not found.
Open

/* eslint-disable global-require */
Severity: Minor
Found in scripts/bash.js by eslint

Unexpected console statement.
Open

console.log(`${insertedFiles.insertedCount} files were created`);
Severity: Minor
Found in scripts/populatedb.js by eslint

Definition for rule 'node/no-restricted-import' was not found.
Open

import { testingEnvironment } from 'api/utils/testingEnvironment';
Severity: Minor
Found in app/api/auth/specs/routes.spec.js by eslint

Definition for rule 'node/no-restricted-import' was not found.
Open

//eslint-disable-next-line node/no-restricted-import

Definition for rule 'node/no-restricted-import' was not found.
Open

import { testingDB } from 'api/utils/testing_db';

Definition for rule 'node/no-restricted-import' was not found.
Open

import { testingDB } from 'api/utils/testing_db';

Definition for rule 'node/no-restricted-import' was not found.
Open

import testingDB from 'api/utils/testing_db';

Definition for rule 'node/no-restricted-import' was not found.
Open

import testingDB from 'api/utils/testing_db';

Definition for rule 'node/no-restricted-import' was not found.
Open

import testingDB from 'api/utils/testing_db';

Definition for rule 'node/no-restricted-import' was not found.
Open

import '@4tw/cypress-drag-drop';
Severity: Minor
Found in cypress/support/commands.js by eslint

Definition for rule 'node/no-restricted-import' was not found.
Open

/* eslint-disable import/no-dynamic-require, global-require */
Severity: Minor
Found in app/api/migrations/plopfile.js by eslint

Definition for rule 'node/no-restricted-import' was not found.
Open

import { legacyLogger } from 'api/log';

Definition for rule 'node/no-restricted-import' was not found.
Open

const tailwindcss = require('tailwindcss');
Severity: Minor
Found in postcss.config.js by eslint

Unexpected console statement.
Open

console.log(`${insertedEntities.insertedCount} entities were created`);
Severity: Minor
Found in scripts/populatedb.js by eslint

Definition for rule 'node/no-restricted-import' was not found.
Open

import { handleError } from './handleError';

Definition for rule 'node/no-restricted-import' was not found.
Open

/* eslint-disable no-console */
Severity: Minor
Found in app/server.js by eslint

Definition for rule 'node/no-restricted-import' was not found.
Open

import authMiddleware from '../authMiddleware';

shared/data_utils/objectIndex import should occur before import of ./dictionariesModel
Open

import { objectIndex } from 'shared/data_utils/objectIndex';
Severity: Minor
Found in app/api/thesauri/thesauri.js by eslint

Prefer named exports.
Open

export default {
Severity: Minor
Found in app/api/users/users.js by eslint

Expected to return a value at the end of async arrow function.
Open

passport.deserializeUser(async (serializeUser, done) => {
Severity: Minor
Found in app/api/auth/passport_conf.js by eslint
Severity
Category
Status
Source
Language