Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/typescript-eslint/eslint-plugin-8.13.0
  • Loading branch information
dharmesh-hemaram committed Nov 5, 2024
2 parents f774d0f + 31b5dd3 commit 3085369
Showing 1 changed file with 16 additions and 70 deletions.
86 changes: 16 additions & 70 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,18 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"neverConnectToCloud": true,
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
"cache": true
},
"e2e": {
"inputs": ["default", "^production"],
"cache": true
},
"@nx/eslint:lint": {
"inputs": ["default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore"],
"cache": true
},
"package": {
"cache": true
},
"build": { "dependsOn": ["^build"], "inputs": ["production", "^production"], "cache": true },
"e2e": { "inputs": ["default", "^production"], "cache": true },
"@nx/eslint:lint": { "inputs": ["default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore"], "cache": true },
"package": { "cache": true },
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
"options": { "passWithNoTests": true },
"configurations": { "ci": { "ci": true, "codeCoverage": true } }
},
"@nx/js:tsc": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"@nx/js:swc": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
}
"@nx/js:tsc": { "cache": true, "dependsOn": ["^build"], "inputs": ["production", "^production"] },
"@nx/js:swc": { "cache": true, "dependsOn": ["^build"], "inputs": ["production", "^production"] }
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
Expand All @@ -56,34 +29,15 @@
},
"generators": {
"@nx/react": {
"application": {
"babel": true,
"style": "scss",
"linter": "eslint",
"bundler": "webpack"
},
"component": {
"style": "scss"
},
"library": {
"style": "scss",
"linter": "eslint",
"unitTestRunner": "jest"
}
"application": { "babel": true, "style": "scss", "linter": "eslint", "bundler": "webpack" },
"component": { "style": "scss" },
"library": { "style": "scss", "linter": "eslint", "unitTestRunner": "jest" }
},
"@nx/web:application": {
"style": "css",
"linter": "eslint",
"unitTestRunner": "jest",
"e2eTestRunner": "cypress"
}
"@nx/web:application": { "style": "css", "linter": "eslint", "unitTestRunner": "jest", "e2eTestRunner": "cypress" }
},
"useInferencePlugins": false,
"release": {
"git": {
"commitMessage": "chore(release): release ${version}",
"push": true
},
"git": { "commitMessage": "chore(release): release ${version}", "push": true },
"projects": [
"core-common",
"core-extension",
Expand Down Expand Up @@ -111,16 +65,8 @@
"firebase-storage",
"vision"
],
"changelog": {
"workspaceChangelog": {
"file": false,
"createRelease": "github"
}
},
"version": {
"preVersionCommand": "npx nx run-many --targets=lint,test,build"
}
"changelog": { "workspaceChangelog": { "file": false, "createRelease": "github" } },
"version": { "preVersionCommand": "npx nx run-many --targets=lint,test,build" }
},
"nxCloudId": "672a30de5dd6176980bcbdbf",
"useLegacyCache": true
"nxCloudId": "672a30de5dd6176980bcbdbf"
}

0 comments on commit 3085369

Please sign in to comment.