Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
modal-soft
/
oblique-strategies-core
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
Organize repo, update ESLint config
Make the repo structure consistent. Also remove the extra ESLint config.
master
TheoryOfNekomata
2 лет назад
Родитель
215732fc2d
Сommit
758ada8d6e
2 измененных файлов
:
2 добавлений
и
2 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать 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"],
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить