Skip to content

Commit

Permalink
Fix eslint warning, the variable is a config setting from tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Jun 27, 2024
1 parent 42e7bb5 commit 76bec75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion amd/build/configuration.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/src/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const configure = (instanceConfig) => {
return {
toolbar: configureToolbar(instanceConfig.toolbar),
menu: configureMenu(instanceConfig.menu),
// eslint-disable-next-line camelcase
quickbars_selection_toolbar: configureQuickbarToolbar(instanceConfig.quickbars_selection_toolbar),
};
};

0 comments on commit 76bec75

Please sign in to comment.