Skip to content

Commit

Permalink
Add and run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
David Faure committed Jul 26, 2024
1 parent 1a9c2ce commit f8a1224
Show file tree
Hide file tree
Showing 18 changed files with 21,773 additions and 21,778 deletions.
65 changes: 23 additions & 42 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,28 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": []
}
}
},
"defaultBase": "master",
"namedInputs": {
"sharedGlobals": [],
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/**/*.spec.[jt]s",
"!{projectRoot}/.eslintrc.json"
]
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
]
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": []
}
}
},
"test": {
"inputs": [
"default",
"^production"
]
"defaultBase": "master",
"namedInputs": {
"sharedGlobals": [],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": ["default", "!{projectRoot}/tsconfig.spec.json", "!{projectRoot}/**/*.spec.[jt]s", "!{projectRoot}/.eslintrc.json"]
},
"lint": {
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json"
]
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"test": {
"inputs": ["default", "^production"]
},
"lint": {
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"]
}
}
}
}
Loading

0 comments on commit f8a1224

Please sign in to comment.