feat:add eslint and fix
This commit is contained in:
Vendored
+1
@@ -2,6 +2,7 @@
|
||||
|
||||
declare namespace Editor {
|
||||
import('../src/editor/index')
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
import Editor from '../src/editor/index'
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ describe('菜单-搜索', () => {
|
||||
value: searchText
|
||||
},
|
||||
{
|
||||
value: "\n",
|
||||
value: '\n',
|
||||
type,
|
||||
trList: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user