/
deteled
/
iptvnator
Обзор
Документация
Войти
/
deteled
/
iptvnator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
libs/shared/database/project.json
31 строка
1 KB
4gray
fix(lint): quote eslint globs in web-backend and database lint targets (#1177)
12 июл 2026, 21:50
Не верифицирован
12 июл 2026, 21:50
5dbf205
Код
Авторство
О чём код?
{ "name": "database", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/shared/database/src", "projectType": "library", "tags": ["scope:shared", "domain:shared-runtime", "type:data-access"], "targets": { "build": { "executor": "@nx/esbuild:esbuild", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/libs/shared/database", "main": "libs/shared/database/src/index.ts", "tsConfig": "libs/shared/database/tsconfig.lib.json", "assets": ["libs/shared/database/*.md"], "format": ["cjs"] } }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "libs/shared/database/jest.config.ts", "tsConfig": "libs/shared/database/tsconfig.spec.json" } }, "lint": { "command": "eslint \"libs/shared/database/**/*.ts\"" } } }