diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-08-31 06:38:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-31 06:38:21 +0800 |
commit | 66eef758c6bbc1ee16fb44957d640662ee9f8e87 (patch) | |
tree | 13326c877854a5e7d84f7e640ef6d05757e4bfc7 /packages/react-shared | |
parent | 580271380111d8ae357fed6af30d00ba4a281041 (diff) | |
parent | 80b7a7842ca56677a5ead4155587d63153042afc (diff) | |
download | dexon-sol-tools-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar dexon-sol-tools-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.gz dexon-sol-tools-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.bz2 dexon-sol-tools-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.lz dexon-sol-tools-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.xz dexon-sol-tools-66eef758c6bbc1ee16fb44957d640662ee9f8e87.tar.zst dexon-sol-tools-66eef758c6bbc1ee16fb44957d640662ee9f8e87.zip |
Merge pull request #1047 from 0xProject/feature/re-add-no-unused-variables
Re-add no-unused-variable tslint rule
Diffstat (limited to 'packages/react-shared')
-rw-r--r-- | packages/react-shared/src/components/anchor_title.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/react-shared/src/components/anchor_title.tsx b/packages/react-shared/src/components/anchor_title.tsx index 451ba1729..8f7e4af27 100644 --- a/packages/react-shared/src/components/anchor_title.tsx +++ b/packages/react-shared/src/components/anchor_title.tsx @@ -3,7 +3,6 @@ import { Link as ScrollLink } from 'react-scroll'; import { HeaderSizes, Styles } from '../types'; import { constants } from '../utils/constants'; -import { utils } from '../utils/utils'; const headerSizeToScrollOffset: { [headerSize: string]: number } = { h2: -20, |