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