Ver a proveniência

Organize repo, update ESLint config

Make the repo structure consistent. Also remove the extra ESLint config.
master
TheoryOfNekomata há 2 anos
ascendente
cometimento
758ada8d6e
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      src/__tests__/index.test.ts
  2. +1
    -1
      tsconfig.eslint.json

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

@@ -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 ficheiro

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


Carregando…
Cancelar
Guardar