Explorar el Código

Organize repo, update ESLint config

Make the repo structure consistent. Also remove the extra ESLint config.
master
TheoryOfNekomata hace 2 años
padre
commit
758ada8d6e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/__tests__/index.test.ts
  2. +1
    -1
      tsconfig.eslint.json

test/index.test.ts → src/__tests__/index.test.ts Ver fichero

@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest';
import { generate, getDefaultCards } from '../src';
import { generate, getDefaultCards } from '../index';

describe('oblique-strategies-core', () => {
describe('generate', () => {

+ 1
- 1
tsconfig.eslint.json Ver fichero

@@ -1,6 +1,6 @@
{
"exclude": ["node_modules"],
"include": ["src", "types", "test"],
"include": ["src", "types"],
"compilerOptions": {
"module": "ESNext",
"lib": ["ESNext"],


Cargando…
Cancelar
Guardar