You've already forked hotpocket
BTHLABS-0000: eslint.config.js fixes and code cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig([
|
||||
{
|
||||
files: [
|
||||
'eslint.config.js',
|
||||
'hotpocket_backend/apps/ui/static/ui/js/hotpocket.*.js',
|
||||
'hotpocket_backend/apps/ui/static/ui/js/hotpocket-backend.*.js',
|
||||
],
|
||||
plugins: {
|
||||
js,
|
||||
@@ -66,7 +66,6 @@ export default defineConfig([
|
||||
},
|
||||
{
|
||||
ignores: [
|
||||
'hotpocket_backend/apps/**/static/**/*.js',
|
||||
'hotpocket_backend/static/**/*.js',
|
||||
],
|
||||
},
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
this.form = null;
|
||||
}
|
||||
onLoad = (event) => {
|
||||
console.log('UI.InlineCreateSaveForm.onLoad()', event);
|
||||
this.element = document.getElementById('InlineCreateSaveForm');
|
||||
this.buttonTrigger = this.element.querySelector('.ui-inline-create-save-form-trigger');
|
||||
this.buttonClose = this.element.querySelector('.ui-inline-create-save-form-close');
|
||||
|
||||
Reference in New Issue
Block a user