Browse Source

💄

main
Eric Amodio 1 year ago
parent
commit
e6dc5d276b
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      src/webviews/apps/.eslintrc.json

+ 1
- 5
src/webviews/apps/.eslintrc.json View File

@ -1,9 +1,5 @@
{
"extends": [
"../../../.eslintrc.base.json",
"plugin:lit/recommended",
"plugin:wc/recommended"
],
"extends": ["../../../.eslintrc.base.json", "plugin:lit/recommended", "plugin:wc/recommended"],
"env": {
"browser": true
},

Loading…
Cancel
Save