Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
modal-soft
/
oblique-strategies-core
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
Organize repo, update ESLint config
Make the repo structure consistent. Also remove the extra ESLint config.
master
TheoryOfNekomata
2 lat temu
rodzic
215732fc2d
commit
758ada8d6e
2 zmienionych plików
z
2 dodań
i
2 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+1
-1
src/__tests__/index.test.ts
+1
-1
tsconfig.eslint.json
test/index.test.ts → src/__tests__/index.test.ts
Wyświetl plik
@@ -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
Wyświetl plik
@@ -1,6 +1,6 @@
{
"exclude": ["node_modules"],
"include": ["src", "types"
, "test"
],
"include": ["src", "types"],
"compilerOptions": {
"module": "ESNext",
"lib": ["ESNext"],
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz