mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 18:58:57 +00:00
Fix eslint import extension (#682)
* Fix eslint import extension * Update eslint hound * Enable no unresolved for normal usage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { h, Component } from 'preact';
|
||||
|
||||
import { onChangeEvent } from '../../common/util/event';
|
||||
import { onChangeEvent } from '../../common/util/event.js';
|
||||
|
||||
export default class NumericStateTrigger extends Component {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user