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

Commit 6ae9613

Browse files
committed
Merge pull request #1 from jasisk/fix-lint-errors
fix example app lint errors
2 parents cfd406e + 167fbde commit 6ae9613

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)