Skip to content

Commit 3b6b525

Browse files
committed
chore(dependencies): Update to formkit/primevue 2.9.1
1 parent 9b921e3 commit 3b6b525

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

eslint.config.mjs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ export default createConfigForNuxt({
99
// Rules for formatting
1010
stylistic: true,
1111
},
12-
})
13-
.append(
14-
// your custom flat config here...
15-
)
12+
dirs: {
13+
src: [
14+
'./playground',
15+
],
16+
},
17+
}).append(
18+
// your custom flat config here...
19+
)

pnpm-lock.yaml

Lines changed: 23 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)