mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
chore: enable eslint-import-resolver-typescript (#10895)
Let eslint understand tsconfig.json when importing modules, so we can use `compilerOption.paths` to override where to find ts modules.
This commit is contained in:
@@ -65,6 +65,7 @@ export default class TextAreaControl extends React.Component {
|
||||
this.onAceChange(value);
|
||||
}, 300);
|
||||
}
|
||||
|
||||
onControlChange(event) {
|
||||
this.props.onChange(event.target.value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user