Skip to content

Commit 6e49627

Browse files
committed
fix: run auto linter ifx
1 parent f4b1afb commit 6e49627

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

libs/providers/rocketflag/project.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,14 @@
2323
},
2424
"test": {
2525
"executor": "@nx/jest:jest",
26-
"outputs": [
27-
"{workspaceRoot}/coverage/{projectRoot}"
28-
],
26+
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
2927
"options": {
3028
"jestConfig": "{projectRoot}/jest.config.ts"
3129
}
3230
},
3331
"package": {
3432
"executor": "@nx/rollup:rollup",
35-
"outputs": [
36-
"{options.outputPath}"
37-
],
33+
"outputs": ["{options.outputPath}"],
3834
"options": {
3935
"project": "libs/providers/rocketflag/package.json",
4036
"outputPath": "dist/libs/providers/rocketflag",
@@ -44,10 +40,7 @@
4440
"generateExportsField": true,
4541
"umdName": "RocketFlag",
4642
"external": "all",
47-
"format": [
48-
"cjs",
49-
"esm"
50-
],
43+
"format": ["cjs", "esm"],
5144
"assets": [
5245
{
5346
"glob": "package.json",

0 commit comments

Comments
 (0)