eslint rule for imports
This commit is contained in:
@@ -4,4 +4,4 @@ import '@umbraco-ui/uui-css/dist/uui-css.css';
|
||||
import '../../../src/shared/css/custom-properties.css';
|
||||
import '@umbraco-ui/uui';
|
||||
|
||||
import './login.element';
|
||||
import './login.element.js';
|
||||
|
||||
@@ -3,7 +3,7 @@ import { css, CSSResultGroup, html, LitElement } from 'lit';
|
||||
import { customElement, state } from 'lit/decorators.js';
|
||||
import { ifDefined } from 'lit/directives/if-defined.js';
|
||||
|
||||
import './auth-layout.element';
|
||||
import './auth-layout.element.js';
|
||||
|
||||
@customElement('umb-login')
|
||||
export default class UmbLoginElement extends LitElement {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { expect, fixture, html } from '@open-wc/testing';
|
||||
import { defaultA11yConfig } from '@umbraco-cms/internal/test-utils';
|
||||
import UmbLoginElement from './login.element';
|
||||
import UmbLoginElement from './login.element.js';
|
||||
|
||||
describe('UmbLogin', () => {
|
||||
let element: UmbLoginElement;
|
||||
|
||||
Reference in New Issue
Block a user