style: update import paths and ESLint configuration
This commit is contained in:
parent
2a2c4bc967
commit
ce7e1f2952
23 changed files with 57 additions and 29 deletions
|
@ -1,3 +1,4 @@
|
|||
// eslint-disable-next-line no-relative-import-paths/no-relative-import-paths
|
||||
import { PrismaClient } from '../../src/generated/prisma';
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable @typescript-eslint/no-namespace */
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
/// <reference types="cypress" />
|
||||
// ***********************************************
|
||||
// This example commands.ts shows you how to
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable @typescript-eslint/no-namespace */
|
||||
// ***********************************************************
|
||||
// This example support/component.ts is processed and
|
||||
// loaded automatically before your test files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue