diff --git a/nx.json b/nx.json index 15fe333..f3a5efe 100644 --- a/nx.json +++ b/nx.json @@ -18,9 +18,7 @@ { "plugin": "@nx/js/typescript", "options": { - "typecheck": { - "targetName": "typecheck" - }, + "typecheck": { "targetName": "typecheck" }, "build": { "targetName": "build", "configName": "tsconfig.lib.json", @@ -40,36 +38,13 @@ "watchDepsTargetName": "watch-deps" } }, - { - "plugin": "@nx/eslint/plugin", - "options": { - "targetName": "lint" - } - }, - { - "plugin": "@nx/playwright/plugin", - "options": { - "targetName": "e2e" - } - }, - { - "plugin": "@nx/jest/plugin", - "options": { - "targetName": "test" - } - } + { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } }, + { "plugin": "@nx/playwright/plugin", "options": { "targetName": "e2e" } }, + { "plugin": "@nx/jest/plugin", "options": { "targetName": "test" } } ], - "targetDefaults": { - "test": { - "dependsOn": ["^build"] - } - }, + "targetDefaults": { "test": { "dependsOn": ["^build"] } }, "generators": { - "@nx/next": { - "application": { - "style": "tailwind", - "linter": "eslint" - } - } - } + "@nx/next": { "application": { "style": "tailwind", "linter": "eslint" } } + }, + "nxCloudId": "69a83d262ad3d6e6e9ffbb9d" }