kopia lustrzana https://github.com/shoelace-style/shoelace
disable rule
rodzic
c626706e27
commit
0d9767596a
|
@ -105,6 +105,7 @@ module.exports = {
|
|||
curly: 'off',
|
||||
'default-param-last': 'error',
|
||||
eqeqeq: 'error',
|
||||
'lit-a11y/click-events-have-key-events': 'off',
|
||||
'no-constructor-return': 'error',
|
||||
'no-empty-function': 'warn',
|
||||
'no-eval': 'error',
|
||||
|
|
|
@ -252,7 +252,6 @@ export default class SlDialog extends ShoelaceElement {
|
|||
}
|
||||
|
||||
render() {
|
||||
/* eslint-disable lit-a11y/click-events-have-key-events */
|
||||
return html`
|
||||
<div
|
||||
part="base"
|
||||
|
@ -303,7 +302,6 @@ export default class SlDialog extends ShoelaceElement {
|
|||
</div>
|
||||
</div>
|
||||
`;
|
||||
/* eslint-enable lit-a11y/click-events-have-key-events */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -274,7 +274,6 @@ export default class SlDrawer extends ShoelaceElement {
|
|||
}
|
||||
}
|
||||
|
||||
/* eslint-disable lit-a11y/click-events-have-key-events */
|
||||
render() {
|
||||
return html`
|
||||
<div
|
||||
|
@ -334,7 +333,6 @@ export default class SlDrawer extends ShoelaceElement {
|
|||
</div>
|
||||
</div>
|
||||
`;
|
||||
/* eslint-enable lit-a11y/click-events-have-key-events */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue