mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: enable no-unused-vars and prefer-template eslint rules (#10350)
This commit is contained in:
@@ -20,12 +20,7 @@
|
||||
import React from 'react';
|
||||
import sinon from 'sinon';
|
||||
import { shallow } from 'enzyme';
|
||||
import {
|
||||
Select,
|
||||
AsyncSelect,
|
||||
OnPasteSelect,
|
||||
CreatableSelect,
|
||||
} from 'src/components/Select';
|
||||
import { Select, OnPasteSelect, CreatableSelect } from 'src/components/Select';
|
||||
|
||||
const defaultProps = {
|
||||
onChange: sinon.spy(),
|
||||
|
||||
Reference in New Issue
Block a user