Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Feb 10, 2022
1 parent 1f14d99 commit 8ba649a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/kit/src/core/config/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ const options = object(
concurrency: number(1),
crawl: boolean(true),
createIndexFiles: error(
(keypath) => `${keypath} has been removed — it is now controlled by the trailingSlash option. See https://kit.svelte.dev/docs/configuration#trailingslash`
(keypath) =>
`${keypath} has been removed — it is now controlled by the trailingSlash option. See https://kit.svelte.dev/docs/configuration#trailingslash`
),
enabled: boolean(true),
entries: validate(['*'], (input, keypath) => {
Expand Down

0 comments on commit 8ba649a

Please sign in to comment.