Skip to content

Commit 6ca3a35

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82abc34 commit 6ca3a35

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

cursorless-nx/apps/cheatsheet-local/project.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"targets": {
55
"build": {
66
"executor": "@nrwl/web:webpack",
7-
"outputs": [
8-
"{options.outputPath}"
9-
],
7+
"outputs": ["{options.outputPath}"],
108
"defaultConfiguration": "production",
119
"options": {
1210
"compiler": "babel",
@@ -20,9 +18,7 @@
2018
"apps/cheatsheet-local/src/favicon.ico",
2119
"apps/cheatsheet-local/src/assets"
2220
],
23-
"styles": [
24-
"apps/cheatsheet-local/src/styles.scss"
25-
],
21+
"styles": ["apps/cheatsheet-local/src/styles.scss"],
2622
"scripts": []
2723
},
2824
"configurations": {
@@ -70,20 +66,14 @@
7066
},
7167
"lint": {
7268
"executor": "@nrwl/linter:eslint",
73-
"outputs": [
74-
"{options.outputFile}"
75-
],
69+
"outputs": ["{options.outputFile}"],
7670
"options": {
77-
"lintFilePatterns": [
78-
"apps/cheatsheet-local/**/*.{ts,tsx,js,jsx}"
79-
]
71+
"lintFilePatterns": ["apps/cheatsheet-local/**/*.{ts,tsx,js,jsx}"]
8072
}
8173
},
8274
"test": {
8375
"executor": "@nrwl/jest:jest",
84-
"outputs": [
85-
"coverage/apps/cheatsheet-local"
86-
],
76+
"outputs": ["coverage/apps/cheatsheet-local"],
8777
"options": {
8878
"jestConfig": "apps/cheatsheet-local/jest.config.ts",
8979
"passWithNoTests": true

0 commit comments

Comments
 (0)