mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Refactor: drop all Bun compatability
This commit is contained in:
@@ -2,12 +2,7 @@
|
||||
|
||||
module.exports = require('eslint-config-sukka').sukka({
|
||||
js: {
|
||||
disableNoConsoleInCLI: ['Build/**'],
|
||||
env: {
|
||||
customGlobals: {
|
||||
Bun: 'readonly'
|
||||
}
|
||||
}
|
||||
disableNoConsoleInCLI: ['Build/**']
|
||||
},
|
||||
node: true,
|
||||
ts: true
|
||||
|
||||
Reference in New Issue
Block a user