Skip to content

Commit a132525

Browse files
committed
Move examples directory back
1 parent 2cf87dd commit a132525

File tree

13 files changed

+12
-12
lines changed

13 files changed

+12
-12
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build
22
docs
3-
src/docs/examples
3+
examples
44
pnpm-lock.yaml

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ export default defineConfig(
4141
},
4242
{
4343
// Note: there must be no other properties in this object
44-
ignores: ['build', 'coverage', 'docs', 'src/docs/examples', 'rollup.config.mjs'],
44+
ignores: ['build', 'coverage', 'docs', 'examples', 'rollup.config.mjs'],
4545
},
4646
)

0 commit comments

Comments
 (0)