chore(lint): Update eslint rules
* Remove semi
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
import { RevueFlowState, ConnectionMode } from '../types';
|
||||
import { RevueFlowState, ConnectionMode } from '../types'
|
||||
|
||||
export const initialState: RevueFlowState = {
|
||||
width: 0,
|
||||
@@ -52,4 +52,4 @@ export const initialState: RevueFlowState = {
|
||||
multiSelectionActive: false,
|
||||
|
||||
revueFlowVersion: typeof __REVUE_FLOW_VERSION__ !== 'undefined' ? __REVUE_FLOW_VERSION__ : '-'
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user