chore: Add eslint rule for no-shadow (#6658)
* chore: Add eslint rule for no-shadow * fix
This commit is contained in:
@@ -390,7 +390,7 @@ export class Editor extends React.PureComponent<
|
||||
private createPasteParser() {
|
||||
return this.extensions.parser({
|
||||
schema: this.schema,
|
||||
rules: { linkify: true, emoji: false },
|
||||
rules: { linkify: true },
|
||||
plugins: this.rulePlugins,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user