Skip to content

Commit 72e7ad9

Browse files
committed
fixed prop spreading issues from eslint
1 parent b97829d commit 72e7ad9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/app/__tests__/action.test.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/jsx-props-no-spreading */
12
import React from 'react';
23
import { configure, shallow } from 'enzyme';
34
import Adapter from 'enzyme-adapter-react-16';

src/app/__tests__/dropdown.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/jsx-props-no-spreading */
12
/* eslint-disable react/jsx-filename-extension */
23
import React from 'react';
34
import { configure, shallow } from 'enzyme';

src/app/components/MainSlider.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/jsx-props-no-spreading */
12
/* eslint-disable react/prop-types */
23

34
import React from 'react';

0 commit comments

Comments
 (0)