Skip to content

Commit

Permalink
add global chrome var to avoid eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
fmiras committed Jun 22, 2018
1 parent 0dd3315 commit 40078cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* global chrome */

import React from 'react'
import CurrencyDropdown from './components/CurrencyDropdown'
import StarButton from './components/StarButton'
Expand Down

0 comments on commit 40078cc

Please sign in to comment.