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

chore: move penpot-styles to libs

This commit is contained in:
Marina López 2024-02-19 09:54:57 +01:00
parent 5d90c1e21a
commit ccdead2ebe
31 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"extends": ["../.eslintrc.json"],
"extends": ["../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"overrides": [
{

View file

Before

Width:  |  Height:  |  Size: 498 B

After

Width:  |  Height:  |  Size: 498 B

View file

Before

Width:  |  Height:  |  Size: 518 B

After

Width:  |  Height:  |  Size: 518 B

View file

Before

Width:  |  Height:  |  Size: 764 B

After

Width:  |  Height:  |  Size: 764 B

View file

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 414 B

View file

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 418 B

View file

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 416 B

View file

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 416 B

View file

@ -16,7 +16,7 @@
"baseUrl": ".",
"paths": {
"plugins-runtime": ["libs/plugins-runtime/src/index.ts"],
"plugins-styles": ["plugins-styles/src/index.ts"]
"plugins-styles": ["libs/plugins-styles/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]