Skip to content

Commit

Permalink
fix(vscode): re-enable lit-plugin.rules.no-missing-import
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Apr 19, 2023
1 parent 4e35a02 commit 3e2d538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"eslint.packageManager": "yarn",
"npm.packageManager": "yarn",
"lit-plugin.strict": true,
"lit-plugin.rules.no-missing-import": "off",
"editor.wordWrapColumn": 120,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
Expand Down

0 comments on commit 3e2d538

Please sign in to comment.