mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
Merge pull request #6213 from marc1706/ticket/16775
[ticket/16775] Run xo linter in GitHub Actions runs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* global phpbb */
|
||||
|
||||
(function ($) { // Avoid conflicts with other libraries
|
||||
(function($) { // Avoid conflicts with other libraries
|
||||
'use strict';
|
||||
|
||||
$('#tz_date').change(() => {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* global phpbb */
|
||||
|
||||
(function ($) { // Avoid conflicts with other libraries
|
||||
(function($) { // Avoid conflicts with other libraries
|
||||
'use strict';
|
||||
|
||||
$('#tz_date').change(() => {
|
||||
|
Reference in New Issue
Block a user