0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -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",
"linter": "eslint",
"unitTestRunner": "vitest",
"e2eTestRunner": "none"
"e2eTestRunner": "none",
"projectNameAndRootFormat": "as-provided"
},
"@nx/angular:application": {
"e2eTestRunner": "none",
"linter": "eslint",
"style": "css",
"unitTestRunner": "none"
"unitTestRunner": "none",
"projectNameAndRootFormat": "as-provided"
}
}
}