chore: lint

This commit is contained in:
cha0s 2024-06-25 05:28:41 -05:00
parent 048b481f9b
commit d6011f905e

View File

@ -81,10 +81,10 @@ module.exports = {
// Assets
{
files: [
'assets/**/*.js',
'public/assets/**/*.js',
],
rules: {
'no-undef': false,
'no-undef': 0,
},
}
],