Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 18, 2024
1 parent b0904fb commit bd74277
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default {

<br></details>


<details>
<summary>Webpack</summary><br>

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,26 +104,26 @@
"webpack": "^4 || ^5"
},
"peerDependenciesMeta": {
"webpack": {
"@nuxt/kit": {
"optional": true
},
"rollup": {
"@nuxt/schema": {
"optional": true
},
"vite": {
"optional": true
"@stencil/core": {
"optional": false
},
"esbuild": {
"optional": true
},
"@nuxt/kit": {
"rollup": {
"optional": true
},
"@nuxt/schema": {
"vite": {
"optional": true
},
"@stencil/core": {
"optional": false
"webpack": {
"optional": true
}
},
"dependencies": {
Expand Down
4 changes: 0 additions & 4 deletions playground/components/my-component/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# my-component



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
Expand All @@ -13,7 +10,6 @@
| `last` | `last` | The last name | `string` | `undefined` |
| `middle` | `middle` | The middle name | `string` | `undefined` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*

0 comments on commit bd74277

Please sign in to comment.