mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: say hello to bun
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
|
||||
module.exports = require('eslint-config-sukka').sukka({
|
||||
js: {
|
||||
disableNoConsoleInCLI: ['Build/**']
|
||||
disableNoConsoleInCLI: ['Build/**'],
|
||||
env: {
|
||||
customGlobals: {
|
||||
'Bun': 'readonly'
|
||||
}
|
||||
}
|
||||
},
|
||||
node: true
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user