|
|
|
@ -1,7 +1,8 @@ |
|
|
|
|
import { PluginClient } from '@remixproject/plugin' |
|
|
|
|
import { createClient } from '@remixproject/plugin-webview' |
|
|
|
|
import EventEmitter from 'events' |
|
|
|
|
import { applyExtends, processStr } from 'solhint' |
|
|
|
|
import { processStr } from 'solhint' |
|
|
|
|
import { applyExtends } from 'solhint/lib/config/config-file' |
|
|
|
|
import bestPractises from 'solhint/lib/rules/best-practises' |
|
|
|
|
import naming from 'solhint/lib/rules/naming' |
|
|
|
|
import order from 'solhint/lib/rules/order' |
|
|
|
|