Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
modal-soft
/
oblique-strategies-core
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Organize repo, update ESLint config
Make the repo structure consistent. Also remove the extra ESLint config.
master
TheoryOfNekomata
2 år sedan
förälder
215732fc2d
incheckning
758ada8d6e
2 ändrade filer
med
2 tillägg
och
2 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/__tests__/index.test.ts
+1
-1
tsconfig.eslint.json
test/index.test.ts → src/__tests__/index.test.ts
Visa fil
@@ -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
Visa fil
@@ -1,6 +1,6 @@
{
"exclude": ["node_modules"],
"include": ["src", "types"
, "test"
],
"include": ["src", "types"],
"compilerOptions": {
"module": "ESNext",
"lib": ["ESNext"],
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara