diff --git a/nx.json b/nx.json index f1f2ddd..7910bba 100644 --- a/nx.json +++ b/nx.json @@ -14,7 +14,7 @@ ], "sharedGlobals": [] }, - "nxCloudId": "670a731f0cf42074631a4718", + "nxCloudId": "67321b5530ba37e689c018bd", "plugins": [ { "plugin": "@nx/next/plugin", @@ -25,12 +25,7 @@ "serveStaticTargetName": "serve-static" } }, - { - "plugin": "@nx/eslint/plugin", - "options": { - "targetName": "lint" - } - }, + { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } }, { "plugin": "@nx/webpack/plugin", "options": { @@ -41,12 +36,7 @@ } ], "generators": { - "@nx/next": { - "application": { - "style": "css", - "linter": "eslint" - } - } + "@nx/next": { "application": { "style": "css", "linter": "eslint" } } }, "targetDefaults": { "@nx/js:tsc": {