Chore: say hello to bun

This commit is contained in:
SukkaW
2023-11-15 12:13:52 +08:00
parent 0e8bfc0def
commit 37257958c2
10 changed files with 113 additions and 1895 deletions

View File

@@ -2,7 +2,12 @@
module.exports = require('eslint-config-sukka').sukka({
js: {
disableNoConsoleInCLI: ['Build/**']
disableNoConsoleInCLI: ['Build/**'],
env: {
customGlobals: {
'Bun': 'readonly'
}
}
},
node: true
}, {