Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
modal-soft
/
oblique-strategies-core
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
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
215732fc2d
commit
758ada8d6e
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/__tests__/index.test.ts
+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"],
Escribir
Vista previa
Cargando…
Cancelar
Guardar