mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
chore: fix some lints automatically (#8788)
* chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
This commit is contained in:
@ -114,7 +114,7 @@ export default defineComponent({
|
||||
readonly: this.readonly,
|
||||
getScriptBlockList: this.getScriptBlockList,
|
||||
getPageBlockList: this.getPageBlockList
|
||||
}
|
||||
};
|
||||
},
|
||||
|
||||
props: {
|
||||
|
Reference in New Issue
Block a user