Skip to content

Commit 3d23724

Browse files
committed
Added drill down component for ReactFC
1 parent 9017a01 commit 3d23724

File tree

9 files changed

+2564
-130
lines changed

9 files changed

+2564
-130
lines changed

.eslintrc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ rules:
1414
no-return-assign: 0
1515
no-sequences: 0
1616
global-require: 0
17-
import/prefer-default-export: 0
17+
import/prefer-default-export: 0
18+
react/forbid-prop-types: 0
19+
no-unused-expressions: 0
20+
no-useless-return: 0
21+
no-continue: 0

components/DrillDown.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import DrillDown from '../src/DrillDown';
2+
3+
module.exports = DrillDown;

0 commit comments

Comments
 (0)