0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 06:02:34 -05:00

fix: avoid plugin location question

This commit is contained in:
Marina López 2024-07-08 12:29:55 +02:00
parent bffa467b71
commit b4c61657d9

View file

@ -62,13 +62,15 @@
"style": "css", "style": "css",
"linter": "eslint", "linter": "eslint",
"unitTestRunner": "vitest", "unitTestRunner": "vitest",
"e2eTestRunner": "none" "e2eTestRunner": "none",
"projectNameAndRootFormat": "as-provided"
}, },
"@nx/angular:application": { "@nx/angular:application": {
"e2eTestRunner": "none", "e2eTestRunner": "none",
"linter": "eslint", "linter": "eslint",
"style": "css", "style": "css",
"unitTestRunner": "none" "unitTestRunner": "none",
"projectNameAndRootFormat": "as-provided"
} }
} }
} }