Skip to content

Commit

Permalink
Update eslint proper (#2254)
Browse files Browse the repository at this point in the history
* update eslint

* Fix ESLint violations

* just ignore the rules for now
  • Loading branch information
koddsson authored Apr 23, 2024
1 parent b872f95 commit c8093bd
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 163 deletions.
1 change: 1 addition & 0 deletions docs/fundamentals/systems/form/assets/h-output.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export class HelperOutput extends LitElement {

constructor() {
super();
// eslint-disable-next-line wc/no-constructor-attributes
this.title = 'States';
}

Expand Down
Loading

0 comments on commit c8093bd

Please sign in to comment.