fix: lint

This commit is contained in:
cha0s 2024-06-23 02:44:53 -05:00
parent 663e33a300
commit a781b66cd1

View File

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