chore: lint

This commit is contained in:
cha0s 2024-06-25 04:50:05 -05:00
parent 5af4389463
commit a268c36e15

View File

@ -84,7 +84,7 @@ module.exports = {
'assets/**/*.js', 'assets/**/*.js',
], ],
rules: { rules: {
'no-undef': 0, 'no-undef': false,
}, },
} }
], ],