Skip to content

Commit

Permalink
Update eslint config to lint the new UI Framework directory structure. (
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Sep 19, 2017
1 parent 83d7ab8 commit b0ffd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui_framework/src/components/typography/typography.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {
import {
cloneElement,
PropTypes,
} from 'react';
Expand Down
3 changes: 1 addition & 2 deletions ui_framework/src/components/typography/typography.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { render, shallow } from 'enzyme';
import sinon from 'sinon';
import { render } from 'enzyme';
import { requiredProps } from '../../test/required_props';

import {
Expand Down

0 comments on commit b0ffd80

Please sign in to comment.