Skip to content

Commit 4bbaaf2

Browse files
committed
Revert "test: red-green the lint rule"
This reverts commit 9e90070.
1 parent 9e90070 commit 4bbaaf2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/controller.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import {register} from './register'
2-
import {bind} from './bind'
3-
import {autoShadowRoot} from './auto-shadow-root'
4-
import {defineObservedAttributes, initializeAttrs} from './attr'
1+
import {register} from './register.js'
2+
import {bind} from './bind.js'
3+
import {autoShadowRoot} from './auto-shadow-root.js'
4+
import {defineObservedAttributes, initializeAttrs} from './attr.js'
55
import type {CustomElement} from './custom-element'
66

77
/**

0 commit comments

Comments
 (0)