Skip to content

Commit

Permalink
catch stupid location bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Feb 6, 2024
1 parent 7424ecf commit 7943ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/lint-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const BUILT_INS: CustomLint[] = [
{
program: JSONStringify(
JSON.stringify({
$schema: "http://localhost:8888/lint-schema.json",
$schema: `${location.href}lint-schema.json`,
all: {
in: "colors",
varb: "a",
Expand All @@ -46,7 +46,7 @@ export const BUILT_INS: CustomLint[] = [
{
program: JSONStringify(
JSON.stringify({
$schema: "http://localhost:8888/lint-schema.json",
$schema: `${location.href}lint-schema.json`,
"<": { left: { count: "colors" }, right: 10 },
})
),
Expand Down

0 comments on commit 7943ec0

Please sign in to comment.