Skip to content
Snippets Groups Projects
Commit 1eb57514 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5590 OZG-5591 Fix file formatting

parent 60e220dc
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
"@nx/angular:library": {
"linter": "eslint",
"unitTestRunner": "jest",
"style": "scss"
"styleext": "scss"
},
"@nrwl/schematics:component": {
"styleext": "scss"
......@@ -42,35 +42,20 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
],
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
"cache": true
},
"e2e": {
"inputs": [
"default",
"^production"
],
"inputs": ["default", "^production"],
"cache": true
},
"test": {
"inputs": [
"default",
"^production",
"{workspaceRoot}/jest.preset.js"
],
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"cache": true
},
"lint": {
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json"
],
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
"cache": true
},
"build-storybook": {
......@@ -84,10 +69,7 @@
}
},
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/angular.json",
"{workspaceRoot}/tsconfig.base.json",
......@@ -110,9 +92,7 @@
"tasksRunnerOptions": {
"default": {
"options": {
"cacheableOperations": [
"build-storybook"
]
"cacheableOperations": ["build-storybook"]
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment