このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
modal-soft
/
oblique-strategies-core
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Organize repo, update ESLint config
Make the repo structure consistent. Also remove the extra ESLint config.
master
TheoryOfNekomata
2年前
親
215732fc2d
コミット
758ada8d6e
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/__tests__/index.test.ts
+1
-1
tsconfig.eslint.json
test/index.test.ts → src/__tests__/index.test.ts
ファイルの表示
@@ -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
ファイルの表示
@@ -1,6 +1,6 @@
{
"exclude": ["node_modules"],
"include": ["src", "types"
, "test"
],
"include": ["src", "types"],
"compilerOptions": {
"module": "ESNext",
"lib": ["ESNext"],
書き込み
プレビュー
読み込み中…
キャンセル
保存