Skip to content

Commit e1f3d43

Browse files
fixing linter
Signed-off-by: Thomas Poignant <[email protected]>
1 parent c5ef0d1 commit e1f3d43

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

libs/providers/go-feature-flag/project.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,18 @@
1919
"copy-wasm": {
2020
"executor": "nx:run-commands",
2121
"options": {
22-
"commands": [
23-
"node scripts/copy-latest-wasm.js"
24-
],
22+
"commands": ["node scripts/copy-latest-wasm.js"],
2523
"cwd": "libs/providers/go-feature-flag",
2624
"parallel": false
2725
}
2826
},
2927
"lint": {
3028
"executor": "@nx/eslint:lint",
31-
"outputs": [
32-
"{options.outputFile}"
33-
]
29+
"outputs": ["{options.outputFile}"]
3430
},
3531
"test": {
3632
"executor": "@nx/jest:jest",
37-
"outputs": [
38-
"{workspaceRoot}/coverage/libs/providers/go-feature-flag"
39-
],
33+
"outputs": ["{workspaceRoot}/coverage/libs/providers/go-feature-flag"],
4034
"options": {
4135
"jestConfig": "libs/providers/go-feature-flag/jest.config.ts"
4236
},
@@ -48,9 +42,7 @@
4842
},
4943
"package": {
5044
"executor": "@nx/rollup:rollup",
51-
"outputs": [
52-
"{options.outputPath}"
53-
],
45+
"outputs": ["{options.outputPath}"],
5446
"dependsOn": [
5547
{
5648
"target": "copy-wasm"
@@ -65,10 +57,7 @@
6557
"generateExportsField": true,
6658
"umdName": "go-feature-flag",
6759
"external": "all",
68-
"format": [
69-
"cjs",
70-
"esm"
71-
],
60+
"format": ["cjs", "esm"],
7261
"assets": [
7362
{
7463
"glob": "package.json",
@@ -90,4 +79,4 @@
9079
}
9180
},
9281
"tags": []
93-
}
82+
}

0 commit comments

Comments
 (0)