Skip to content

Commit

Permalink
chore: add lit plugin strict to vscode linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Najika Yoo authored and najikahalsema committed Jan 17, 2024
1 parent 5cb5f1d commit 744087d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["runem.lit-plugin"]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tools/**/*.d.ts": { "when": "$(basename).ts" },
"**/*.test-vrt.ts": true
},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"lit-plugin.strict": true
}

0 comments on commit 744087d

Please sign in to comment.