Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 167fbde

Browse files
committed
fix example lint errors
1 parent c435e52 commit 167fbde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
/*eslint new-cap: [2, {"capIsNewExceptions": ["Map"]}]*/
12
import React, { Component } from 'react';
23
import JSONTree from 'react-json-tree';
3-
import { Map } from 'immutable'
4+
import { Map } from 'immutable';
45

56
export default class App extends Component {
67
render() {

0 commit comments

Comments
 (0)