mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 05:22:26 -05:00
fix eslint
This commit is contained in:
parent
e2f70a68ba
commit
d298282070
1 changed files with 3 additions and 1 deletions
4
test/__mocks__/react-intl.js
vendored
4
test/__mocks__/react-intl.js
vendored
|
@ -1,4 +1,6 @@
|
|||
import React from 'react';
|
||||
// __mocks__/react-intl.js
|
||||
|
||||
import React from 'react'; // eslint-disable-line no-unused-vars
|
||||
const Intl = require.requireActual('react-intl');
|
||||
|
||||
// Here goes intl context injected into component, feel free to extend
|
||||
|
|
Loading…
Reference in a new issue