Skip to content

Commit 0d5a36f

Browse files
authored
Merge pull request #399 from OpenAPI-Qraft/refactor/rename-plugin-dir
refactor: rename plugin dir
2 parents 3a3b572 + fdbee7d commit 0d5a36f

60 files changed

Lines changed: 11 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/spelling/excludes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@
9595
^website/static/
9696
ignore$
9797
^\Qpackages/react-client/src/lib/urlSerializer.test.ts\E$
98+
^\Qcontext7.json\E$

knip.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"ignore": ["src/**/__snapshots__/**", "eslint.config.js"]
3232
},
33-
"packages/plugin": {
33+
"packages/openapi-plugin": {
3434
"project": [
3535
"src/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
3636
"!src/**/__snapshots__/**",
@@ -93,7 +93,12 @@
9393
"ignore": ["rollup.config.mjs", "eslint.config.js"]
9494
},
9595
"playground": {
96-
"ignoreDependencies": ["dotenv", "dotenv-expand", "eslint-plugin-react", "@tanstack/react-query"]
96+
"ignoreDependencies": [
97+
"dotenv",
98+
"dotenv-expand",
99+
"eslint-plugin-react",
100+
"@tanstack/react-query"
101+
]
97102
}
98103
}
99104
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"repository": {
6969
"type": "git",
7070
"url": "git+https://github.com/OpenAPI-Qraft/openapi-qraft.git",
71-
"directory": "packages/plugin"
71+
"directory": "packages/openapi-plugin"
7272
}
7373
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)